cURL
curl --request PATCH \ --url https://api.lucidtech.ai/{basePath}/roles/{roleId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>' \ --data ' { "metadata": {}, "permissions": [ { "resourceId": "<string>", "effect": "allow", "action": "read" } ], "name": "<string>", "description": "<string>" } '
{ "updatedTime": "<string>", "metadata": {}, "updatedBy": "<string>", "createdBy": "<string>", "roleId": "<string>", "permissions": [ { "resourceId": "<string>", "effect": "allow", "action": "read" } ], "name": "<string>", "createdTime": "<string>", "description": "<string>" }
Update Role
The access token received from the authorization server in the OAuth 2.0 flow.
Show child attributes
4096
200 response