Skip to content

Commit 3772da4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update Resources Desc (#2237)
* Regenerate client from commit 6ffe013b of spec repo * pre-commit fixes --------- Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 0a227b7 commit 3772da4

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

src/datadog_api_client/v2/model/cloudflare_account_response_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(
4747
:param name: The name of the Cloudflare account.
4848
:type name: str
4949
50-
:param resources: An allowlist of resources to restrict pulling metrics for including ``'web', 'dns', 'lb' (load balancer), 'worker'``.
50+
:param resources: An allowlist of resources, such as ``web`` , ``dns`` , ``lb`` (load balancer), ``worker`` , that restricts pulling metrics from those resources.
5151
:type resources: [str], optional
5252
5353
:param zones: An allowlist of zones to restrict pulling metrics for.

0 commit comments

Comments
 (0)