Skip to main content
PUT
Set/clear a revision's current-time context configuration

Authorizations

x-api-key
string
header
required

Path Parameters

agent_id
string<uuid>
required
revision_id
string<uuid>
required

Body

application/json

Full replacement for one revision tier, with optional optimistic concurrency.

enabled
boolean | null
timezone
string | null
base_version
integer | null

Response

Successful Response

Effective clock settings, per-field provenance, and raw tier overrides.

enabled
boolean
required
timezone
string
required
enabled_source
enum<string>
required
Available options:
revision,
organization,
default
timezone_source
enum<string>
required
Available options:
revision,
organization,
default
organization
CurrentTimeSettings · object

One tier's optional current-time overrides.

None means inherit for that field. An empty object therefore clears the tier and inherits both values. The API stores only non-null fields.

revision
CurrentTimeSettings · object | null

One tier's optional current-time overrides.

None means inherit for that field. An empty object therefore clears the tier and inherits both values. The API stores only non-null fields.