Skip to content

Commit e6cf8b9

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Sync OpenAPI specification with backend (DataDog#23341)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 5b5d6af commit e6cf8b9

7 files changed

+38
-8
lines changed

.apigentools-info

+4-4
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-05-23 18:16:17.266867",
8-
"spec_repo_commit": "95a954a4"
7+
"regenerated": "2024-05-23 19:30:15.825614",
8+
"spec_repo_commit": "b9b11fda"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-05-23 18:16:25.107173",
13-
"spec_repo_commit": "95a954a4"
12+
"regenerated": "2024-05-23 19:30:24.048905",
13+
"spec_repo_commit": "b9b11fda"
1414
}
1515
}
1616
}

data/api/v1/full_spec.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -21740,6 +21740,8 @@ components:
2174021740
authorizationCode:
2174121741
authorizationUrl: /oauth2/v1/authorize
2174221742
scopes:
21743+
apm_api_catalog_read: View API catalog and API definitions.
21744+
apm_api_catalog_write: Add, modify, and delete API catalog definitions.
2174321745
apm_read: Read and query APM and Trace Analytics.
2174421746
apm_service_catalog_read: View service catalog and service definitions.
2174521747
apm_service_catalog_write: Add, modify, and delete service catalog definitions
@@ -21812,6 +21814,9 @@ components:
2181221814
user_access_manage: Disable users, manage user roles, manage SAML-to-role
2181321815
mappings, and configure logs restriction queries.
2181421816
user_access_read: View users and their roles and settings.
21817+
workflows_read: View workflows.
21818+
workflows_run: Run workflows.
21819+
workflows_write: Create, edit, and delete workflows.
2181521820
tokenUrl: /oauth2/v1/token
2181621821
type: oauth2
2181721822
apiKeyAuth:

data/api/v1/full_spec_deref.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -610051,6 +610051,8 @@
610051610051
"authorizationCode": {
610052610052
"authorizationUrl": "/oauth2/v1/authorize",
610053610053
"scopes": {
610054+
"apm_api_catalog_read": "View API catalog and API definitions.",
610055+
"apm_api_catalog_write": "Add, modify, and delete API catalog definitions.",
610054610056
"apm_read": "Read and query APM and Trace Analytics.",
610055610057
"apm_service_catalog_read": "View service catalog and service definitions.",
610056610058
"apm_service_catalog_write": "Add, modify, and delete service catalog definitions when those definitions are maintained by Datadog.",
@@ -610099,7 +610101,10 @@
610099610101
"usage_read": "View your organization's usage and usage attribution.",
610100610102
"user_access_invite": "Invite other users to your organization.",
610101610103
"user_access_manage": "Disable users, manage user roles, manage SAML-to-role mappings, and configure logs restriction queries.",
610102-
"user_access_read": "View users and their roles and settings."
610104+
"user_access_read": "View users and their roles and settings.",
610105+
"workflows_read": "View workflows.",
610106+
"workflows_run": "Run workflows.",
610107+
"workflows_write": "Create, edit, and delete workflows."
610103610108
},
610104610109
"tokenUrl": "/oauth2/v1/token"
610105610110
}

0 commit comments

Comments
 (0)