Skip to content

Commit 0d34efd

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 857b7ee of spec repo
1 parent c1fc906 commit 0d34efd

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52110,13 +52110,15 @@ paths:
5211052110
security:
5211152111
- apiKeyAuth: []
5211252112
appKeyAuth: []
52113-
- AuthZ: []
52113+
- AuthZ:
52114+
- user_access_manage
5211452115
summary: Delete a dataset
5211552116
tags:
5211652117
- Datasets
5211752118
x-permission:
52118-
operator: OPEN
52119-
permissions: []
52119+
operator: OR
52120+
permissions:
52121+
- user_access_manage
5212052122
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
5212152123

5212252124
contact [Datadog support](https://docs.datadoghq.com/help/).**'
@@ -52143,7 +52145,8 @@ paths:
5214352145
security:
5214452146
- apiKeyAuth: []
5214552147
appKeyAuth: []
52146-
- AuthZ: []
52148+
- AuthZ:
52149+
- user_access_read
5214752150
summary: Get a single dataset by ID
5214852151
tags:
5214952152
- Datasets
@@ -52183,14 +52186,16 @@ paths:
5218352186
security:
5218452187
- apiKeyAuth: []
5218552188
appKeyAuth: []
52186-
- AuthZ: []
52189+
- AuthZ:
52190+
- user_access_manage
5218752191
summary: Edit a dataset
5218852192
tags:
5218952193
- Datasets
5219052194
x-codegen-request-body-name: body
5219152195
x-permission:
52192-
operator: OPEN
52193-
permissions: []
52196+
operator: OR
52197+
permissions:
52198+
- user_access_manage
5219452199
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
5219552200

5219652201
contact [Datadog support](https://docs.datadoghq.com/help/).**'

0 commit comments

Comments
 (0)