Skip to content

Commit

Permalink
Update Resources Desc (#2755)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Nov 4, 2024
1 parent 8704b61 commit 5a15603
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 5a15603

Please sign in to comment.