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}/applications

Authorizations

Authorizationstringrequired

Authorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.

Path parameters

idstring<uuid>required

Identifier 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>required

Identifier of the linked application.

applicationNamestringrequired

Name of the linked application.

rolesstring[]required

Access roles the application holds on this data object.