Skip to content

Commit c6351fb

Browse files
Merge master into datadog-api-spec/test/sherz/test
2 parents 961809f + 19b2cf3 commit c6351fb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-10-31 16:41:41.024770",
8-
"spec_repo_commit": "63c441b2"
7+
"regenerated": "2024-11-04 17:58:13.167732",
8+
"spec_repo_commit": "6ffe013b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-31 16:41:41.042740",
13-
"spec_repo_commit": "63c441b2"
12+
"regenerated": "2024-11-04 17:58:13.187613",
13+
"spec_repo_commit": "6ffe013b"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4603,8 +4603,8 @@ components:
46034603
example: test-name
46044604
type: string
46054605
resources:
4606-
description: An allowlist of resources to restrict pulling metrics for including
4607-
`'web', 'dns', 'lb' (load balancer), 'worker'`.
4606+
description: An allowlist of resources, such as `web`, `dns`, `lb` (load
4607+
balancer), `worker`, that restricts pulling metrics from those resources.
46084608
example:
46094609
- web
46104610
- dns

lib/datadog_api_client/v2/models/cloudflare_account_response_attributes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CloudflareAccountResponseAttributes
2727
# The name of the Cloudflare account.
2828
attr_reader :name
2929

30-
# An allowlist of resources to restrict pulling metrics for including `'web', 'dns', 'lb' (load balancer), 'worker'`.
30+
# An allowlist of resources, such as `web`, `dns`, `lb` (load balancer), `worker`, that restricts pulling metrics from those resources.
3131
attr_accessor :resources
3232

3333
# An allowlist of zones to restrict pulling metrics for.

0 commit comments

Comments
 (0)