Skip to content

Commit 42aecc3

Browse files
authored
(DOCSP-43385) Removes deprecated field from example. (#499)
<!-- Add a description of your PR here (optional) --> - [DOCSP-43385](https://jira.mongodb.org/browse/DOCSP-43385) - [STAGING](https://deploy-preview-499--10gen-docs-ops-manager.netlify.app/reference/api/alerts-get-all-alerts/) ### 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 b383c28 commit 42aecc3

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

source/includes/api/list-tables/alerts/alert-response-elements.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@
184184
- string array
185185
- Identifying labels set for this alert.
186186

187-
* - ``typeName``
188-
- string
189-
- *Deprecated field. |mms| ignores it.*
190-
191187
* - ``updated``
192188
- string
193189
- |iso8601-time| when the alert was last updated.

source/reference/api/alerts-get-all-alerts.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ Response Body
155155
} ],
156156
"status" : "OPEN",
157157
"tags" : [ ],
158-
"typeName" : "AGENT",
159158
"updated" : "2019-07-18T23:43:50Z"
160159
} ],
161160
"totalCount" : 1

0 commit comments

Comments
 (0)