Skip to content

Commit

Permalink
Merge pull request #1331 from nosmo/master
Browse files Browse the repository at this point in the history
Disable announcements healthcheck
  • Loading branch information
nosmo committed Sep 14, 2023
2 parents 50152c4 + c891566 commit 86b3011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1/announcements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ paths:
status: '{{get_announcements_from_mcs.status}}'
headers: '{{merge(get_announcements_from_mcs.headers, { "cache-control": options.announcement_cache_control})}}'
body: '{{get_announcements_from_mcs.body}}'
x-monitor: true
x-monitor: false
x-amples:
- title: Retrieve announcements
request:
Expand Down

0 comments on commit 86b3011

Please sign in to comment.