File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -52110,13 +52110,15 @@ paths:
52110
52110
security:
52111
52111
- apiKeyAuth: []
52112
52112
appKeyAuth: []
52113
- - AuthZ: []
52113
+ - AuthZ:
52114
+ - user_access_manage
52114
52115
summary: Delete a dataset
52115
52116
tags:
52116
52117
- Datasets
52117
52118
x-permission:
52118
- operator: OPEN
52119
- permissions: []
52119
+ operator: OR
52120
+ permissions:
52121
+ - user_access_manage
52120
52122
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
52121
52123
52122
52124
contact [Datadog support](https://docs.datadoghq.com/help/).**'
@@ -52143,7 +52145,8 @@ paths:
52143
52145
security:
52144
52146
- apiKeyAuth: []
52145
52147
appKeyAuth: []
52146
- - AuthZ: []
52148
+ - AuthZ:
52149
+ - user_access_read
52147
52150
summary: Get a single dataset by ID
52148
52151
tags:
52149
52152
- Datasets
@@ -52183,14 +52186,16 @@ paths:
52183
52186
security:
52184
52187
- apiKeyAuth: []
52185
52188
appKeyAuth: []
52186
- - AuthZ: []
52189
+ - AuthZ:
52190
+ - user_access_manage
52187
52191
summary: Edit a dataset
52188
52192
tags:
52189
52193
- Datasets
52190
52194
x-codegen-request-body-name: body
52191
52195
x-permission:
52192
- operator: OPEN
52193
- permissions: []
52196
+ operator: OR
52197
+ permissions:
52198
+ - user_access_manage
52194
52199
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
52195
52200
52196
52201
contact [Datadog support](https://docs.datadoghq.com/help/).**'
You can’t perform that action at this time.
0 commit comments