Skip to content

Commit cc4d22b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
securitySchemes.bearerAuth: remove redundant fields (#484)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent cc5ac5b commit cc4d22b

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
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-01-27 15:14:01.397334",
8-
"spec_repo_commit": "333d42be"
7+
"regenerated": "2025-01-27 19:28:16.645146",
8+
"spec_repo_commit": "4a99b1d3"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-01-27 15:14:01.412992",
13-
"spec_repo_commit": "333d42be"
12+
"regenerated": "2025-01-27 19:28:16.660229",
13+
"spec_repo_commit": "4a99b1d3"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -23817,8 +23817,6 @@ components:
2381723817
x-auth-id-alias: appKeyAuth
2381823818
x-env-name: DD_APP_KEY
2381923819
bearerAuth:
23820-
in: header
23821-
name: Authorization
2382223820
scheme: bearer
2382323821
type: http
2382423822
x-env-name: DD_BEARER_TOKEN

.generator/schemas/v2/openapi.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -30986,8 +30986,6 @@ components:
3098630986
type: apiKey
3098730987
x-env-name: DD_APP_KEY
3098830988
bearerAuth:
30989-
in: header
30990-
name: Authorization
3099130989
scheme: bearer
3099230990
type: http
3099330991
x-env-name: DD_BEARER_TOKEN

0 commit comments

Comments
 (0)