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 fd20a36 commit c47614fCopy full SHA for c47614f
.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:
lib/datadog_api_client/v1/models/monitor_search_response.rb
@@ -17,7 +17,7 @@
17
require 'time'
18
19
module DatadogAPIClient::V1
20
- # The response form a monitor search.
+ # The response from a monitor search.
21
class MonitorSearchResponse
22
include BaseGenericModel
23
0 commit comments