diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 51ea971a3e..d9bb88a10f 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -8152,7 +8152,7 @@ components: readOnly: true type: object MonitorSearchResponse: - description: The response form a monitor search. + description: The response from a monitor search. example: counts: muted: diff --git a/src/datadog_api_client/v1/model/monitor_search_response.py b/src/datadog_api_client/v1/model/monitor_search_response.py index df50d1ad48..88d74aae83 100644 --- a/src/datadog_api_client/v1/model/monitor_search_response.py +++ b/src/datadog_api_client/v1/model/monitor_search_response.py @@ -50,7 +50,7 @@ def __init__( **kwargs, ): """ - The response form a monitor search. + The response from a monitor search. :param counts: The counts of monitors per different criteria. :type counts: MonitorSearchResponseCounts, optional