Update a permission

Update a permission

put
Path parameters
idstringRequired

The id of the permission to update.

Header parameters
Brand-URLstringRequired

The brand URL of the request. This is used to identify the brand.

Example: YOUR_BRAND_URL
Auth-KeystringRequired

Auth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.

Example: YOUR_AUTH_KEY
Body

This class represents the permission data transfer object.

resourceTypeIdstring · min: 1Required

The resource type id.

codestring · min: 1Required

The permission code.

namestring · min: 1Required

The name of the permission.

descriptionstring · nullableOptional

The description of the permission.

tagsstring · nullableOptional

The tags of the permission.

Responses
put
/api/v1/permissions/{id}

Last updated