Skip to content

Commit feefd6c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit c5236a8 of spec repo
1 parent 44f95bb commit feefd6c

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52051,13 +52051,15 @@ paths:
5205152051
security:
5205252052
- apiKeyAuth: []
5205352053
appKeyAuth: []
52054-
- AuthZ: []
52054+
- AuthZ:
52055+
- user_access_manage
5205552056
summary: Delete a dataset
5205652057
tags:
5205752058
- Datasets
5205852059
x-permission:
52059-
operator: OPEN
52060-
permissions: []
52060+
operator: OR
52061+
permissions:
52062+
- user_access_manage
5206152063
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
5206252064

5206352065
contact [Datadog support](https://docs.datadoghq.com/help/).**'
@@ -52084,7 +52086,8 @@ paths:
5208452086
security:
5208552087
- apiKeyAuth: []
5208652088
appKeyAuth: []
52087-
- AuthZ: []
52089+
- AuthZ:
52090+
- user_access_read
5208852091
summary: Get a single dataset by ID
5208952092
tags:
5209052093
- Datasets
@@ -52124,14 +52127,16 @@ paths:
5212452127
security:
5212552128
- apiKeyAuth: []
5212652129
appKeyAuth: []
52127-
- AuthZ: []
52130+
- AuthZ:
52131+
- user_access_manage
5212852132
summary: Edit a dataset
5212952133
tags:
5213052134
- Datasets
5213152135
x-codegen-request-body-name: body
5213252136
x-permission:
52133-
operator: OPEN
52134-
permissions: []
52137+
operator: OR
52138+
permissions:
52139+
- user_access_manage
5213552140
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
5213652141

5213752142
contact [Datadog support](https://docs.datadoghq.com/help/).**'

0 commit comments

Comments
 (0)