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:33.862946",
"spec_repo_commit": "63c441b2"
"regenerated": "2024-11-04 17:58:14.987631",
"spec_repo_commit": "6ffe013b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-31 16:41:33.881242",
"spec_repo_commit": "63c441b2"
"regenerated": "2024-11-04 17:58:15.006297",
"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 @@ -105,8 +105,8 @@ public CloudflareAccountResponseAttributes addResourcesItem(String resourcesItem
}

/**
* An allowlist of resources to restrict pulling metrics for including <code>
* 'web', 'dns', 'lb' (load balancer), 'worker'</code>.
* An allowlist of resources, such as <code>web</code>, <code>dns</code>, <code>lb</code> (load
* balancer), <code>worker</code>, that restricts pulling metrics from those resources.
*
* @return resources
*/
Expand Down
Loading