From a6e0b3e6c58526943553ec9936d3273a604b3d0f Mon Sep 17 00:00:00 2001 From: "api-clients-generation-pipeline[bot]" <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 13:52:22 +0000 Subject: [PATCH] CI disallow documenting OPEN routes (#2643) Co-authored-by: ci.datadog-api-spec --- .generator/schemas/v2/openapi.yaml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index b915e9a88502..a923870afb03 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -54087,13 +54087,15 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - - AuthZ: [] + - AuthZ: + - user_access_manage summary: Delete a dataset tags: - Datasets x-permission: - operator: OPEN - permissions: [] + operator: OR + permissions: + - user_access_manage x-unstable: '**Note: Data Access is in preview. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).**' @@ -54120,7 +54122,8 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - - AuthZ: [] + - AuthZ: + - user_access_read summary: Get a single dataset by ID tags: - Datasets @@ -54160,14 +54163,16 @@ paths: security: - apiKeyAuth: [] appKeyAuth: [] - - AuthZ: [] + - AuthZ: + - user_access_manage summary: Edit a dataset tags: - Datasets x-codegen-request-body-name: body x-permission: - operator: OPEN - permissions: [] + operator: OR + permissions: + - user_access_manage x-unstable: '**Note: Data Access is in preview. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).**'