We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741dcdb commit b7845ccCopy full SHA for b7845cc
.generator/schemas/v1/openapi.yaml
@@ -8152,7 +8152,7 @@ components:
8152
readOnly: true
8153
type: object
8154
MonitorSearchResponse:
8155
- description: The response form a monitor search.
+ description: The response from a monitor search.
8156
example:
8157
counts:
8158
muted:
src/datadog_api_client/v1/model/monitor_search_response.py
@@ -50,7 +50,7 @@ def __init__(
50
**kwargs,
51
):
52
"""
53
- The response form a monitor search.
+ The response from a monitor search.
54
55
:param counts: The counts of monitors per different criteria.
56
:type counts: MonitorSearchResponseCounts, optional
0 commit comments