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 @@ -54074,13 +54074,15 @@ paths:
5407454074 security:
5407554075 - apiKeyAuth: []
5407654076 appKeyAuth: []
54077- - AuthZ: []
54077+ - AuthZ:
54078+ - user_access_manage
5407854079 summary: Delete a dataset
5407954080 tags:
5408054081 - Datasets
5408154082 x-permission:
54082- operator: OPEN
54083- permissions: []
54083+ operator: OR
54084+ permissions:
54085+ - user_access_manage
5408454086 x-unstable: '**Note: Data Access is in preview. If you have any feedback,
5408554087
5408654088 contact [Datadog support](https://docs.datadoghq.com/help/).**'
@@ -54107,7 +54109,8 @@ paths:
5410754109 security:
5410854110 - apiKeyAuth: []
5410954111 appKeyAuth: []
54110- - AuthZ: []
54112+ - AuthZ:
54113+ - user_access_read
5411154114 summary: Get a single dataset by ID
5411254115 tags:
5411354116 - Datasets
@@ -54147,14 +54150,16 @@ paths:
5414754150 security:
5414854151 - apiKeyAuth: []
5414954152 appKeyAuth: []
54150- - AuthZ: []
54153+ - AuthZ:
54154+ - user_access_manage
5415154155 summary: Edit a dataset
5415254156 tags:
5415354157 - Datasets
5415454158 x-codegen-request-body-name: body
5415554159 x-permission:
54156- operator: OPEN
54157- permissions: []
54160+ operator: OR
54161+ permissions:
54162+ - user_access_manage
5415854163 x-unstable: '**Note: Data Access is in preview. If you have any feedback,
5415954164
5416054165 contact [Datadog support](https://docs.datadoghq.com/help/).**'
You can’t perform that action at this time.
0 commit comments