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 @@ -52370,13 +52370,15 @@ paths:
5237052370 security:
5237152371 - apiKeyAuth: []
5237252372 appKeyAuth: []
52373- - AuthZ: []
52373+ - AuthZ:
52374+ - user_access_manage
5237452375 summary: Delete a dataset
5237552376 tags:
5237652377 - Datasets
5237752378 x-permission:
52378- operator: OPEN
52379- permissions: []
52379+ operator: OR
52380+ permissions:
52381+ - user_access_manage
5238052382 x-unstable: '**Note: Data Access is in preview. If you have any feedback,
5238152383
5238252384 contact [Datadog support](https://docs.datadoghq.com/help/).**'
@@ -52403,7 +52405,8 @@ paths:
5240352405 security:
5240452406 - apiKeyAuth: []
5240552407 appKeyAuth: []
52406- - AuthZ: []
52408+ - AuthZ:
52409+ - user_access_read
5240752410 summary: Get a single dataset by ID
5240852411 tags:
5240952412 - Datasets
@@ -52443,14 +52446,16 @@ paths:
5244352446 security:
5244452447 - apiKeyAuth: []
5244552448 appKeyAuth: []
52446- - AuthZ: []
52449+ - AuthZ:
52450+ - user_access_manage
5244752451 summary: Edit a dataset
5244852452 tags:
5244952453 - Datasets
5245052454 x-codegen-request-body-name: body
5245152455 x-permission:
52452- operator: OPEN
52453- permissions: []
52456+ operator: OR
52457+ permissions:
52458+ - user_access_manage
5245452459 x-unstable: '**Note: Data Access is in preview. If you have any feedback,
5245552460
5245652461 contact [Datadog support](https://docs.datadoghq.com/help/).**'
You can’t perform that action at this time.
0 commit comments