Skip to content

Commit aa0b84e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 4c40bb5 of spec repo
1 parent 61fd02c commit aa0b84e

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168771,7 +168771,21 @@ paths:
168771168771
permissions:
168772168772
- user_access_read
168773168773
post:
168774-
description: Create a new role for your organization.
168774+
description: |-
168775+
Create a new role for your organization.
168776+
168777+
The following read permissions are automatically added to every new role, even if they are not included in the request:
168778+
168779+
- Dashboards Read
168780+
- Notebooks Read
168781+
- Monitors Read
168782+
- APM Read
168783+
- Vulnerability Management Read
168784+
- RUM Apps Read
168785+
- Incidents Read
168786+
- SLOs Read
168787+
- CI Visibility Read
168788+
- CD Visibility Read
168775168789
operationId: CreateRole
168776168790
requestBody:
168777168791
content:

src/datadog_api_client/v2/api/roles_api.py

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,19 @@ def create_role(
479479
480480
Create a new role for your organization.
481481
482+
The following read permissions are automatically added to every new role, even if they are not included in the request:
483+
484+
* Dashboards Read
485+
* Notebooks Read
486+
* Monitors Read
487+
* APM Read
488+
* Vulnerability Management Read
489+
* RUM Apps Read
490+
* Incidents Read
491+
* SLOs Read
492+
* CI Visibility Read
493+
* CD Visibility Read
494+
482495
:type body: RoleCreateRequest
483496
:rtype: RoleCreateResponse
484497
"""

0 commit comments

Comments
 (0)