Batch create/update config files

View as Markdown
Batch create or update configuration files for a device.

Authentication

AuthorizationBearer

Bearer JWT used by CLI and machine clients on svc-* endpoints. Authentication is required by default, but deployments may disable it with [auth] required = false. Browser OIDC sessions, mTLS, SPIFFE identities, and trusted gateway identity headers may also satisfy authentication outside this generated client flow.

Path parameters

device_uuidstringRequiredformat: "uuid"

Request

This endpoint expects an object.
fileslist of objectsRequired

List of files to create/update

Response

Successful Response
createdlist of objects

Successfully created/updated files

skippedlist of strings
Paths that had no changes

Errors

422
Unprocessable Entity Error