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 @@ -52051,13 +52051,15 @@ paths:
52051
52051
security:
52052
52052
- apiKeyAuth: []
52053
52053
appKeyAuth: []
52054
- - AuthZ: []
52054
+ - AuthZ:
52055
+ - user_access_manage
52055
52056
summary: Delete a dataset
52056
52057
tags:
52057
52058
- Datasets
52058
52059
x-permission:
52059
- operator: OPEN
52060
- permissions: []
52060
+ operator: OR
52061
+ permissions:
52062
+ - user_access_manage
52061
52063
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
52062
52064
52063
52065
contact [Datadog support](https://docs.datadoghq.com/help/).**'
@@ -52084,7 +52086,8 @@ paths:
52084
52086
security:
52085
52087
- apiKeyAuth: []
52086
52088
appKeyAuth: []
52087
- - AuthZ: []
52089
+ - AuthZ:
52090
+ - user_access_read
52088
52091
summary: Get a single dataset by ID
52089
52092
tags:
52090
52093
- Datasets
@@ -52124,14 +52127,16 @@ paths:
52124
52127
security:
52125
52128
- apiKeyAuth: []
52126
52129
appKeyAuth: []
52127
- - AuthZ: []
52130
+ - AuthZ:
52131
+ - user_access_manage
52128
52132
summary: Edit a dataset
52129
52133
tags:
52130
52134
- Datasets
52131
52135
x-codegen-request-body-name: body
52132
52136
x-permission:
52133
- operator: OPEN
52134
- permissions: []
52137
+ operator: OR
52138
+ permissions:
52139
+ - user_access_manage
52135
52140
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
52136
52141
52137
52142
contact [Datadog support](https://docs.datadoghq.com/help/).**'
You can’t perform that action at this time.
0 commit comments