v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
App Resource Role API

Update App Resource Role

Update an existing app resource role.

put/v2/app-resource-roles/{id}

Path parameters

idstring required

The ID of the role.

Request body

namestring nullable

The name of the role. Omit to leave unchanged.

descriptionstring nullable

A description of the role. Omit to leave unchanged.

requestsEnabledboolean nullable

Whether requests are enabled for the role. Omit to leave unchanged.

accessPolicyIdstring nullable

The default access policy for the role (optional).

externalIdstring nullable

The external ID of the role in the external system (optional).

externalDatastring nullable

Data from the external system as a JSON string (optional).

requireFormConfirmationboolean nullable

Response

Success