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.

FieldData TypeDescription
nameStringName of the category.
idStringThe category ID.

Status code

200 OK

Sample request

{
    "id": 22,
	"name" : "CLIENT-Category_UpdatedName"

}

Sample response

{
	"id" : 22,
	"name" : "CLIENT-Category_UpdatedName"
}