From 05dab0110abfd858c7f99102e69d575ee3667546 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 4 May 2026 19:15:14 +0000 Subject: [PATCH] Regenerate client from commit 0a3ed30 of spec repo --- .generator/schemas/v2/openapi.yaml | 9 ++++++++- lib/datadog_api_client/v2/api/roles_api.rb | 8 +++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 614a39995e8b..cf7d08e983d1 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -116803,7 +116803,14 @@ paths: permissions: - user_access_read post: - description: Create a new role for your organization. + description: |- + Create a role for your organization. + + + **Note**: When a role is created, the following permissions are + automatically added, unless specifically excluded: Dashboards Read, Notebooks Read, Monitors Read, APM Read, + Vulnerability Management Read, RUM Apps Read, Incidents Read, SLOs + Read, CI Visibility Read, and CD Visibility Read. operationId: CreateRole requestBody: content: diff --git a/lib/datadog_api_client/v2/api/roles_api.rb b/lib/datadog_api_client/v2/api/roles_api.rb index d0e0d8e4c65b..68f33304a71e 100644 --- a/lib/datadog_api_client/v2/api/roles_api.rb +++ b/lib/datadog_api_client/v2/api/roles_api.rb @@ -249,7 +249,13 @@ def create_role(body, opts = {}) # Create role. # - # Create a new role for your organization. + # Create a role for your organization. + # + # + # **Note**: When a role is created, the following permissions are + # automatically added, unless specifically excluded: Dashboards Read, Notebooks Read, Monitors Read, APM Read, + # Vulnerability Management Read, RUM Apps Read, Incidents Read, SLOs + # Read, CI Visibility Read, and CD Visibility Read. # # @param body [RoleCreateRequest] # @param opts [Hash] the optional parameters