Apply an offline update bundle (admin)

POST/api/v1/airgap/bundles/{id}/apply

Parameters

This endpoint does not accept parameters.

Responses

202Bundle application started

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/airgap/bundles/{id}/apply" \
  -H "Authorization: Bearer $KT_API_TOKEN"

Response

202Bundle application started
Example response not yet documented.