curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/aaa/custom-roles/v1/{role_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"newDescription": "<string>",
"newName": "<string>",
"newPermissions": {
"permissions": [
"<string>"
]
}
}
'{}No description available
curl --request POST \
--url https://api.coralogix.com/mgmt/openapi/5/aaa/custom-roles/v1/{role_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"newDescription": "<string>",
"newName": "<string>",
"newPermissions": {
"permissions": [
"<string>"
]
}
}
'{}Was this page helpful?