URL
PUT https://{api-url}/api/v2/tenants/{tenantId}/rba/categories
Sample URLs
https://{api-url}/api/v2/tenants/client_93/rba/categories
https://{api-url}/api/v2/tenants/msp_92/rba/categories
Headers
- Authorization: Bearer {accessToken}
- Content-Type: application/json
- Accept: application/json
Parameters
All fields are mandatory.
Field | Data Type | Description |
---|---|---|
name | String | Name of the category. |
id | String | The category ID. |
Status code
200 OK
Sample request
{
"id": 22,
"name" : "CLIENT-Category_UpdatedName"
}
Sample response
{
"id" : 22,
"name" : "CLIENT-Category_UpdatedName"
}