Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170580,7 +170580,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:
Expand Down
2 changes: 1 addition & 1 deletion data/api/v2/translate_actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4500,7 +4500,7 @@
"summary": "List roles"
},
"CreateRole": {
"description": "Create a new role for your organization.",
"description": "Create a new role for your organization.\n\nThe following read permissions are automatically added to every new role, even if they are not included in the request:\n\n- Dashboards Read\n- Notebooks Read\n- Monitors Read\n- APM Read\n- Vulnerability Management Read\n- RUM Apps Read\n- Incidents Read\n- SLOs Read\n- CI Visibility Read\n- CD Visibility Read",
"summary": "Create role",
"request_description": "",
"request_schema_description": "Create a role."
Expand Down
Loading