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 @@ -54087,13 +54087,15 @@ paths:
54087
54087
security:
54088
54088
- apiKeyAuth: []
54089
54089
appKeyAuth: []
54090
- - AuthZ: []
54090
+ - AuthZ:
54091
+ - user_access_manage
54091
54092
summary: Delete a dataset
54092
54093
tags:
54093
54094
- Datasets
54094
54095
x-permission:
54095
- operator: OPEN
54096
- permissions: []
54096
+ operator: OR
54097
+ permissions:
54098
+ - user_access_manage
54097
54099
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
54098
54100
54099
54101
contact [Datadog support](https://docs.datadoghq.com/help/).**'
@@ -54120,7 +54122,8 @@ paths:
54120
54122
security:
54121
54123
- apiKeyAuth: []
54122
54124
appKeyAuth: []
54123
- - AuthZ: []
54125
+ - AuthZ:
54126
+ - user_access_read
54124
54127
summary: Get a single dataset by ID
54125
54128
tags:
54126
54129
- Datasets
@@ -54160,14 +54163,16 @@ paths:
54160
54163
security:
54161
54164
- apiKeyAuth: []
54162
54165
appKeyAuth: []
54163
- - AuthZ: []
54166
+ - AuthZ:
54167
+ - user_access_manage
54164
54168
summary: Edit a dataset
54165
54169
tags:
54166
54170
- Datasets
54167
54171
x-codegen-request-body-name: body
54168
54172
x-permission:
54169
- operator: OPEN
54170
- permissions: []
54173
+ operator: OR
54174
+ permissions:
54175
+ - user_access_manage
54171
54176
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
54172
54177
54173
54178
contact [Datadog support](https://docs.datadoghq.com/help/).**'
You can’t perform that action at this time.
0 commit comments