Skip to content

Commit bb99c1d

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

File tree

4 files changed

+7
-7
lines changed

4 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.4",
7-
"regenerated": "2022-10-26 13:43:40.343900",
8-
"spec_repo_commit": "5e805736"
7+
"regenerated": "2022-10-27 17:48:11.585630",
8+
"spec_repo_commit": "15da7251"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-10-26 13:43:40.363050",
13-
"spec_repo_commit": "5e805736"
12+
"regenerated": "2022-10-27 17:48:11.599151",
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':

api/datadogV2/api_cloud_workload_security.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func (a *CloudWorkloadSecurityApi) buildDownloadCloudWorkloadPolicyFileRequest(c
265265
// DownloadCloudWorkloadPolicyFile Get the latest Cloud Workload Security policy.
266266
// The download endpoint generates a Cloud Workload Security policy file from your currently active
267267
// Cloud Workload Security rules, and downloads them as a .policy file. This file can then be deployed to
268-
// your agents to update the policy running in your environment.
268+
// your Agents to update the policy running in your environment.
269269
func (a *CloudWorkloadSecurityApi) DownloadCloudWorkloadPolicyFile(ctx _context.Context) (*os.File, *_nethttp.Response, error) {
270270
req, err := a.buildDownloadCloudWorkloadPolicyFileRequest(ctx)
271271
if err != nil {

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
// When talking to a different server, like the eu instance, change the ContextServerVariables:
9494
//
9595
// ctx = context.WithValue(ctx,
96-
// common.ContextServerVariables,
96+
// datadog.ContextServerVariables,
9797
// map[string]string{
9898
// "site": "datadoghq.eu",
9999
// })

0 commit comments

Comments
 (0)