Skip to content

Commit ff1c17e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 90bdde54 of spec repo
1 parent 3cfac80 commit ff1c17e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.apigentools-info

+4-4
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": "2025-02-12 15:28:27.269120",
8-
"spec_repo_commit": "b56263de"
7+
"regenerated": "2025-02-12 16:57:33.874262",
8+
"spec_repo_commit": "90bdde54"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-02-12 15:28:27.284616",
13-
"spec_repo_commit": "b56263de"
12+
"regenerated": "2025-02-12 16:57:33.892208",
13+
"spec_repo_commit": "90bdde54"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -33370,13 +33370,16 @@ paths:
3337033370
appKeyAuth: []
3337133371
- AuthZ:
3337233372
- synthetics_global_variable_read
33373+
- AuthZ:
33374+
- apm_api_catalog_read
3337333375
summary: Get all global variables
3337433376
tags:
3337533377
- Synthetics
3337633378
x-permission:
3337733379
operator: OR
3337833380
permissions:
3337933381
- synthetics_global_variable_read
33382+
- apm_api_catalog_read
3338033383
post:
3338133384
description: Create a Synthetic global variable.
3338233385
operationId: CreateGlobalVariable

packages/datadog-api-client-v1/apis/SyntheticsApi.ts

+1
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,7 @@ export class SyntheticsApiRequestFactory extends BaseAPIRequestFactory {
939939

940940
// Apply auth methods
941941
applySecurityAuthentication(_config, requestContext, [
942+
"AuthZ",
942943
"AuthZ",
943944
"apiKeyAuth",
944945
"appKeyAuth",

0 commit comments

Comments
 (0)