Skip to content

Commit 28c85dd

Browse files
authored
(DOCSP-43385) Removes deprecated field from example.-v7.0-backport (499) (#512)
# Backport This will backport the following commits from `master` to `v7.0`: - [(DOCSP-43385) Removes deprecated field from example. (#499)](10gen/docs-ops-manager#499) <!--- Backport version: 9.6.2 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
1 parent 4c7af2b commit 28c85dd

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)