File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
packages/datadog-api-client-v2/apis Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -24074,10 +24074,6 @@ components:
24074
24074
have permission to edit those SLOs.
24075
24075
slos_read: View SLOs and status corrections.
24076
24076
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.
24081
24077
synthetics_global_variable_read: View, search, and use Synthetics global
24082
24078
variables.
24083
24079
synthetics_global_variable_write: Create, edit, and delete global variables
@@ -38227,6 +38223,11 @@ paths:
38227
38223
$ref: '#/components/responses/NotFoundResponse'
38228
38224
'429':
38229
38225
$ref: '#/components/responses/TooManyRequestsResponse'
38226
+ security:
38227
+ - apiKeyAuth: []
38228
+ appKeyAuth: []
38229
+ - AuthZ:
38230
+ - workflows_read
38230
38231
summary: Get a workflow instance
38231
38232
tags:
38232
38233
- Workflow Automation
Original file line number Diff line number Diff line change @@ -145,6 +145,7 @@ export class WorkflowAutomationApiRequestFactory extends BaseAPIRequestFactory {
145
145
146
146
// Apply auth methods
147
147
applySecurityAuthentication ( _config , requestContext , [
148
+ "AuthZ" ,
148
149
"apiKeyAuth" ,
149
150
"appKeyAuth" ,
150
151
] ) ;
You can’t perform that action at this time.
0 commit comments