Skip to content

Commit b63daaf

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Sync OpenAPI specification for (spec-v2-workflow_automation-workflow_automation.yaml) (#2308)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 25424b2 commit b63daaf

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
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-12-10 14:43:50.083055",
8-
"spec_repo_commit": "408f0b84"
7+
"regenerated": "2024-12-10 15:38:39.061661",
8+
"spec_repo_commit": "aee36841"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-10 14:43:50.102581",
13-
"spec_repo_commit": "408f0b84"
12+
"regenerated": "2024-12-10 15:38:39.079628",
13+
"spec_repo_commit": "aee36841"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44215,6 +44215,11 @@ paths:
4421544215
$ref: '#/components/responses/ForbiddenResponse'
4421644216
'429':
4421744217
$ref: '#/components/responses/TooManyRequestsResponse'
44218+
security:
44219+
- apiKeyAuth: []
44220+
appKeyAuth: []
44221+
- AuthZ:
44222+
- workflows_run
4421844223
summary: Execute a workflow
4421944224
tags:
4422044225
- 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
@@ -60,7 +60,7 @@ def __init__(self, api_client=None):
6060
self._create_workflow_instance_endpoint = _Endpoint(
6161
settings={
6262
"response_type": (WorkflowInstanceCreateResponse,),
63-
"auth": ["apiKeyAuth", "appKeyAuth"],
63+
"auth": ["apiKeyAuth", "appKeyAuth", "AuthZ"],
6464
"endpoint_path": "/api/v2/workflows/{workflow_id}/instances",
6565
"operation_id": "create_workflow_instance",
6666
"http_method": "POST",

0 commit comments

Comments
 (0)