Skip to content

Commit 059881c

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
(DOCS) Update casing on Agents (#1150)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent a4bc875 commit 059881c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.4",
7-
"regenerated": "2022-10-26 13:43:36.828728",
8-
"spec_repo_commit": "5e805736"
7+
"regenerated": "2022-10-27 17:48:37.105768",
8+
"spec_repo_commit": "15da7251"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-26 13:43:36.840962",
13-
"spec_repo_commit": "5e805736"
12+
"regenerated": "2022-10-27 17:48:37.123048",
13+
"spec_repo_commit": "15da7251"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14890,7 +14890,7 @@ paths:
1489014890
Cloud Workload Security rules, and downloads them as a .policy file. This
1489114891
file can then be deployed to
1489214892

14893-
your agents to update the policy running in your environment.'
14893+
your Agents to update the policy running in your environment.'
1489414894
operationId: DownloadCloudWorkloadPolicyFile
1489514895
responses:
1489614896
'200':

src/datadog_api_client/v2/api/cloud_workload_security_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def download_cloud_workload_policy_file(
208208
209209
The download endpoint generates a Cloud Workload Security policy file from your currently active
210210
Cloud Workload Security rules, and downloads them as a .policy file. This file can then be deployed to
211-
your agents to update the policy running in your environment.
211+
your Agents to update the policy running in your environment.
212212
213213
:rtype: file_type
214214
"""

0 commit comments

Comments
 (0)