Set technologies
Applications
Set technologies
Replace the whole set of technologies attached to the application. Technologies absent from the body are detached.
Required scope applications:edit
put
/applications/{id}/technologiesAuthorizations
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 application. Must belong to the workspace the key is bound to.
Bodyapplication/json
technologiesobject[]requiredThe complete set of technologies to attach.
Response200 · application/json
The updated set.
idstring<uuid>requiredIdentifier of the technology.
namestringrequiredName of the technology.
typestring | nullFamily the technology belongs to.
versionIdstring<uuid> | nullIdentifier of the pinned version.
versionstring | nullHuman-readable version label.