Skip to content

Commit c84e730

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
CI disallow documenting OPEN routes (#2743)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6e33790 commit c84e730

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
@@ -54087,13 +54087,15 @@ paths:
5408754087
security:
5408854088
- apiKeyAuth: []
5408954089
appKeyAuth: []
54090-
- AuthZ: []
54090+
- AuthZ:
54091+
- user_access_manage
5409154092
summary: Delete a dataset
5409254093
tags:
5409354094
- Datasets
5409454095
x-permission:
54095-
operator: OPEN
54096-
permissions: []
54096+
operator: OR
54097+
permissions:
54098+
- user_access_manage
5409754099
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
5409854100

5409954101
contact [Datadog support](https://docs.datadoghq.com/help/).**'
@@ -54120,7 +54122,8 @@ paths:
5412054122
security:
5412154123
- apiKeyAuth: []
5412254124
appKeyAuth: []
54123-
- AuthZ: []
54125+
- AuthZ:
54126+
- user_access_read
5412454127
summary: Get a single dataset by ID
5412554128
tags:
5412654129
- Datasets
@@ -54160,14 +54163,16 @@ paths:
5416054163
security:
5416154164
- apiKeyAuth: []
5416254165
appKeyAuth: []
54163-
- AuthZ: []
54166+
- AuthZ:
54167+
- user_access_manage
5416454168
summary: Edit a dataset
5416554169
tags:
5416654170
- Datasets
5416754171
x-codegen-request-body-name: body
5416854172
x-permission:
54169-
operator: OPEN
54170-
permissions: []
54173+
operator: OR
54174+
permissions:
54175+
- user_access_manage
5417154176
x-unstable: '**Note: Data Access is in preview. If you have any feedback,
5417254177

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

0 commit comments

Comments
 (0)