Skip to content

Commit 661a988

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification with backend (#1746)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 2ea3354 commit 661a988

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
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.6",
7-
"regenerated": "2024-08-06 15:05:20.278967",
8-
"spec_repo_commit": "0e8a9cfa"
7+
"regenerated": "2024-08-08 08:10:25.353358",
8+
"spec_repo_commit": "c8305c07"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-08-06 15:05:20.297225",
13-
"spec_repo_commit": "0e8a9cfa"
12+
"regenerated": "2024-08-08 08:10:25.371272",
13+
"spec_repo_commit": "c8305c07"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24074,10 +24074,6 @@ components:
2407424074
have permission to edit those SLOs.
2407524075
slos_read: View SLOs and status corrections.
2407624076
slos_write: Create, edit, and delete SLOs.
24077-
synthetics_default_settings_read: View the default settings for Synthetic
24078-
Monitoring.
24079-
synthetics_default_settings_write: Edit the default settings for Synthetic
24080-
Monitoring.
2408124077
synthetics_global_variable_read: View, search, and use Synthetics global
2408224078
variables.
2408324079
synthetics_global_variable_write: Create, edit, and delete global variables
@@ -38227,6 +38223,11 @@ paths:
3822738223
$ref: '#/components/responses/NotFoundResponse'
3822838224
'429':
3822938225
$ref: '#/components/responses/TooManyRequestsResponse'
38226+
security:
38227+
- apiKeyAuth: []
38228+
appKeyAuth: []
38229+
- AuthZ:
38230+
- workflows_read
3823038231
summary: Get a workflow instance
3823138232
tags:
3823238233
- Workflow Automation

packages/datadog-api-client-v2/apis/WorkflowAutomationApi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ export class WorkflowAutomationApiRequestFactory extends BaseAPIRequestFactory {
145145

146146
// Apply auth methods
147147
applySecurityAuthentication(_config, requestContext, [
148+
"AuthZ",
148149
"apiKeyAuth",
149150
"appKeyAuth",
150151
]);

0 commit comments

Comments
 (0)