From aa0b84ed4da9f7daf0c6a7eb12fc280470bc59fb Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Thu, 9 Jul 2026 18:58:36 +0000 Subject: [PATCH] Regenerate client from commit 4c40bb5 of spec repo --- .generator/schemas/v2/openapi.yaml | 16 +++++++++++++++- src/datadog_api_client/v2/api/roles_api.py | 13 +++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index c2aa6fb686..5638f0c0df 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -168771,7 +168771,21 @@ paths: permissions: - user_access_read post: - description: Create a new role for your organization. + description: |- + Create a new role for your organization. + + The following read permissions are automatically added to every new role, even if they are not included in the request: + + - Dashboards Read + - Notebooks Read + - Monitors Read + - APM Read + - Vulnerability Management Read + - RUM Apps Read + - Incidents Read + - SLOs Read + - CI Visibility Read + - CD Visibility Read operationId: CreateRole requestBody: content: diff --git a/src/datadog_api_client/v2/api/roles_api.py b/src/datadog_api_client/v2/api/roles_api.py index 20514afa98..f2e4c23e60 100644 --- a/src/datadog_api_client/v2/api/roles_api.py +++ b/src/datadog_api_client/v2/api/roles_api.py @@ -479,6 +479,19 @@ def create_role( Create a new role for your organization. + The following read permissions are automatically added to every new role, even if they are not included in the request: + + * Dashboards Read + * Notebooks Read + * Monitors Read + * APM Read + * Vulnerability Management Read + * RUM Apps Read + * Incidents Read + * SLOs Read + * CI Visibility Read + * CD Visibility Read + :type body: RoleCreateRequest :rtype: RoleCreateResponse """