File tree Expand file tree Collapse file tree
src/datadog_api_client/v2/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148450,7 +148450,7 @@ paths:
148450148450 - monitor_config_policy_write
148451148451 /api/v2/monitor/policy:
148452148452 get:
148453- description: Get all monitor configuration policies.
148453+ description: Get all monitor configuration policies. Returns a list of all policies.
148454148454 operationId: ListMonitorConfigPolicies
148455148455 responses:
148456148456 "200":
Original file line number Diff line number Diff line change @@ -674,7 +674,7 @@ def list_monitor_config_policies(
674674 ) -> MonitorConfigPolicyListResponse :
675675 """Get all monitor configuration policies.
676676
677- Get all monitor configuration policies.
677+ Get all monitor configuration policies. Returns a list of all policies.
678678
679679 :rtype: MonitorConfigPolicyListResponse
680680 """
You can’t perform that action at this time.
0 commit comments