v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Settings

Update Roles Settings

post/console/v1/settings/roles

Request body

default_project_rolestring required

The name of the default project role. This is the role that will be initially assigned to new users joining the project.

Response

Update Roles Settings Response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Settings updated successfully.",
  "data": {
    "default_project_role": "Read Only"
  }
}