Skip to content

Commit 2e7dc23

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

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
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:16.290917",
8-
"spec_repo_commit": "0e8a9cfa"
7+
"regenerated": "2024-08-08 08:10:16.011231",
8+
"spec_repo_commit": "c8305c07"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-08-06 15:05:16.308125",
13-
"spec_repo_commit": "0e8a9cfa"
12+
"regenerated": "2024-08-08 08:10:16.028642",
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

src/datadog_api_client/v2/api/workflow_automation_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self, api_client=None):
8686
self._get_workflow_instance_endpoint = _Endpoint(
8787
settings={
8888
"response_type": (WorklflowGetInstanceResponse,),
89-
"auth": ["apiKeyAuth", "appKeyAuth"],
89+
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
9090
"endpoint_path": "/api/v2/workflows/{workflow_id}/instances/{instance_id}",
9191
"operation_id": "get_workflow_instance",
9292
"http_method": "GET",

0 commit comments

Comments
 (0)