We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680673e commit e4c8e80Copy full SHA for e4c8e80
2 files changed
.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:
api/datadogV1/model_monitor_search_response.go
@@ -8,7 +8,7 @@ import (
8
"github.com/DataDog/datadog-api-client-go/v2/api/datadog"
9
)
10
11
-// MonitorSearchResponse The response form a monitor search.
+// MonitorSearchResponse The response from a monitor search.
12
type MonitorSearchResponse struct {
13
// The counts of monitors per different criteria.
14
Counts *MonitorSearchResponseCounts `json:"counts,omitempty"`
0 commit comments