Skip to content

Commit 28b6e86

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit abca8f3 of spec repo
1 parent 2e642b3 commit 28b6e86

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112740,7 +112740,11 @@ paths:
112740112740
permissions:
112741112741
- user_access_read
112742112742
post:
112743-
description: Create a new role for your organization.
112743+
description: >-
112744+
Create a new role for your organization.
112745+
112746+
112747+
**Note**: When a role is created, the following permissions are automatically added, regardless of whether they are 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, and CD Visibility Read.
112744112748
operationId: CreateRole
112745112749
requestBody:
112746112750
content:

lib/datadog_api_client/v2/api/roles_api.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ def create_role(body, opts = {})
251251
#
252252
# Create a new role for your organization.
253253
#
254+
# **Note**: When a role is created, the following permissions are automatically added, regardless of whether they are 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, and CD Visibility Read.
255+
#
254256
# @param body [RoleCreateRequest]
255257
# @param opts [Hash] the optional parameters
256258
# @return [Array<(RoleCreateResponse, Integer, Hash)>] RoleCreateResponse data, response status code and response headers

0 commit comments

Comments
 (0)