Skip to content

Commit

Permalink
Sync OpenAPI specification with backend (#2618)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
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 Aug 8, 2024
1 parent 5bd501e commit 7f456dd
Show file tree
Hide file tree
Showing 2 changed files with 9 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": "2024-08-06 15:05:19.092604",
"spec_repo_commit": "0e8a9cfa"
"regenerated": "2024-08-08 08:10:19.007447",
"spec_repo_commit": "c8305c07"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-08-06 15:05:19.118659",
"spec_repo_commit": "0e8a9cfa"
"regenerated": "2024-08-08 08:10:19.025478",
"spec_repo_commit": "c8305c07"
}
}
}
9 changes: 5 additions & 4 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24074,10 +24074,6 @@ components:
have permission to edit those SLOs.
slos_read: View SLOs and status corrections.
slos_write: Create, edit, and delete SLOs.
synthetics_default_settings_read: View the default settings for Synthetic
Monitoring.
synthetics_default_settings_write: Edit the default settings for Synthetic
Monitoring.
synthetics_global_variable_read: View, search, and use Synthetics global
variables.
synthetics_global_variable_write: Create, edit, and delete global variables
Expand Down Expand Up @@ -38227,6 +38223,11 @@ paths:
$ref: '#/components/responses/NotFoundResponse'
'429':
$ref: '#/components/responses/TooManyRequestsResponse'
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ:
- workflows_read
summary: Get a workflow instance
tags:
- Workflow Automation
Expand Down

0 comments on commit 7f456dd

Please sign in to comment.