Skip to main content
Update Role
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/3/aaa/team-roles/v1/custom-roles/{role_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "newDescription": "<string>",
  "newName": "<string>",
  "newPermissions": {
    "permissions": [
      "<string>"
    ]
  }
}
'
{}

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

role_id
integer<int64>
required

Body

application/json
newDescription
string
newName
string
newPermissions
object

Response

The response is of type object.