Link and unlink applications
Data
Link and unlink applications
Adjust the links in one call. Unlike the `PUT` endpoints elsewhere in this API, this one is a delta rather than a full replacement: only the applications listed are added or removed.
Required scope data:edit
put
/data/{id}/applicationsAuthorizations
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.
Bodyapplication/json
addedstring<uuid>[]Applications to link.
removedstring<uuid>[]Applications to unlink.
Response200 · application/json
The links after the change.
applicationIdstring<uuid>requiredIdentifier of the linked application.
applicationNamestringrequiredName of the linked application.
rolesstring[]requiredAccess roles the application holds on this data object.