Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:41.024770",
"spec_repo_commit": "63c441b2"
"regenerated": "2024-11-04 17:58:13.167732",
"spec_repo_commit": "6ffe013b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-31 16:41:41.042740",
"spec_repo_commit": "63c441b2"
"regenerated": "2024-11-04 17:58:13.187613",
"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 @@ -27,7 +27,7 @@ class CloudflareAccountResponseAttributes
# The name of the Cloudflare account.
attr_reader :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.
attr_accessor :resources

# An allowlist of zones to restrict pulling metrics for.
Expand Down
Loading