Set the access roles of a link
Data
Set the access roles of a link
Replace the access roles an application holds on this data object.
Required scope data:edit
put
/data/{id}/applications/{applicationId}/rolesAuthorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the data object.
applicationIdstring<uuid>requiredIdentifier of the linked application.
Bodyapplication/json
rolesstring[]requiredThe complete set of roles.
Response204
The roles were set.