Skip to main content
PUT
Update Sidecar

Path Parameters

nameOrID
string
required

Name or UUID of the sidecar

Body

application/json

The request body resource

configuration
object
required

The daemon configuration this sidecar serves. Replaces the stored document entirely.

Response

OK

configuration
object

The stored daemon configuration.

created_at
string

Creation timestamp

created_by
string

Subject of the admin who created it

id
string<uuid>
read-only

Unique identifier

last_seen_at
string

Last time this gateway process saw the sidecar. Same lifetime as Version.

name
string

Human-readable name

Example:

"payments-sidecar"

org_id
string<uuid>
read-only

Organization ID

version
string

Version reported at the last handshake. Held in gateway memory, not stored, so it is empty until the sidecar calls and again after a gateway restart.

Example:

"1.0.0"