Skip to content

Commit ac0f7f2

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update Resources Desc (#1884)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 00d37c9 commit ac0f7f2

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:42.733972",
8-
"spec_repo_commit": "63c441b2"
7+
"regenerated": "2024-11-04 17:58:11.008472",
8+
"spec_repo_commit": "6ffe013b"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-31 16:41:42.753030",
13-
"spec_repo_commit": "63c441b2"
12+
"regenerated": "2024-11-04 17:58:11.026745",
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

packages/datadog-api-client-v2/models/CloudflareAccountResponseAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class CloudflareAccountResponseAttributes {
1919
*/
2020
"name": string;
2121
/**
22-
* An allowlist of resources to restrict pulling metrics for including `'web', 'dns', 'lb' (load balancer), 'worker'`.
22+
* An allowlist of resources, such as `web`, `dns`, `lb` (load balancer), `worker`, that restricts pulling metrics from those resources.
2323
*/
2424
"resources"?: Array<string>;
2525
/**

0 commit comments

Comments
 (0)