Skip to content

Commit c05fec5

Browse files
DOCSP-40653 Fix the Ops Manager api doc to enable/disable global alert (#264)
<!-- Add a description of your PR here (optional) --> - [DOCSP-40653](https://jira.mongodb.org/browse/DOCSP-40653) - [STAGING](https://preview-mongodbkanchanamongodb.gatsbyjs.io/ops-manager/DOCSP-40653/reference/api/global-alert-configurations-toggle-one/#example-request) - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=667c162cebce19f31441a75e) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 7b8880b commit c05fec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/reference/api/global-alert-configurations-toggle-one.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Example Request
9292
--header "Accept: application/json" \
9393
--header "Content-Type: application/json" \
9494
--include \
95-
--request PUT "https://{+opsmgr-url+}/api/public/v1.0/globalAlertConfigs/{GLOBAL-ALERT-CONFIG-ID}" \
95+
--request PATCH "https://{+opsmgr-url+}/api/public/v1.0/globalAlertConfigs/{GLOBAL-ALERT-CONFIG-ID}" \
9696
--data '{
9797
"enabled" : false
9898
}'

0 commit comments

Comments
 (0)