Skip to content

Commit

Permalink
Sync OpenAPI specification with backend (#2295)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <[email protected]>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Nov 21, 2023
1 parent f7da707 commit 53ba3ca
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2023-11-21 20:41:01.706049",
"spec_repo_commit": "be350e98"
"regenerated": "2023-11-21 21:47:32.117401",
"spec_repo_commit": "891a7c39"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2023-11-21 20:41:01.728399",
"spec_repo_commit": "be350e98"
"regenerated": "2023-11-21 21:47:32.131961",
"spec_repo_commit": "891a7c39"
}
}
}
5 changes: 5 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30113,6 +30113,11 @@ paths:
- Test can''t be found'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- synthetics_write
summary: Patch a Synthetic test
tags:
- Synthetics
Expand Down
6 changes: 2 additions & 4 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21272,8 +21272,7 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- usage_read
- AuthZ: []
summary: Get active billing dimensions for cost attribution
tags:
- Usage Metering
Expand Down Expand Up @@ -21394,8 +21393,7 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- usage_read
- AuthZ: []
summary: Get Monthly Cost Attribution
tags:
- Usage Metering
Expand Down

0 comments on commit 53ba3ca

Please sign in to comment.