diff --git a/.apigentools-info b/.apigentools-info index de1ab46cfb8..e7182863233 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-31 16:41:34.289382", - "spec_repo_commit": "63c441b2" + "regenerated": "2024-11-04 17:58:13.335183", + "spec_repo_commit": "6ffe013b" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-10-31 16:41:34.307754", - "spec_repo_commit": "63c441b2" + "regenerated": "2024-11-04 17:58:13.353916", + "spec_repo_commit": "6ffe013b" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 7b467d1950e..8385e5fe7ea 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -4603,8 +4603,8 @@ components: example: test-name type: string resources: - description: An allowlist of resources to restrict pulling metrics for including - `'web', 'dns', 'lb' (load balancer), 'worker'`. + description: An allowlist of resources, such as `web`, `dns`, `lb` (load + balancer), `worker`, that restricts pulling metrics from those resources. example: - web - dns diff --git a/api/datadogV2/model_cloudflare_account_response_attributes.go b/api/datadogV2/model_cloudflare_account_response_attributes.go index 50182450d27..52668158469 100644 --- a/api/datadogV2/model_cloudflare_account_response_attributes.go +++ b/api/datadogV2/model_cloudflare_account_response_attributes.go @@ -16,7 +16,7 @@ type CloudflareAccountResponseAttributes struct { Email *string `json:"email,omitempty"` // The name of the Cloudflare account. Name string `json:"name"` - // An allowlist of resources to restrict pulling metrics for including `'web', 'dns', 'lb' (load balancer), 'worker'`. + // An allowlist of resources, such as `web`, `dns`, `lb` (load balancer), `worker`, that restricts pulling metrics from those resources. Resources []string `json:"resources,omitempty"` // An allowlist of zones to restrict pulling metrics for. Zones []string `json:"zones,omitempty"`