Modify active lock session
Modify the duration of the active lock session. Only keyholders or test lock owners can modify sessions (self-lock owners may only extend, never shorten).
Provide either duration (absolute new duration in seconds) or
durationChange (relative delta in seconds — positive to add time,
negative to subtract). The delta form is intended for game / external
integrations that want to add or remove time without first fetching
the current session.
Documentation Index
Fetch the complete documentation index at: https://docs.researchanddesire.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API tokens can be created in the Dashboard settings. Requires an Ultra subscription.
Body
- Option 1
- Option 2
Provide exactly one of duration (absolute) or durationChange
(delta). Mixing both, or providing neither, returns 400.
New absolute duration in seconds.
x >= 1Delta in seconds, added to the current duration. Positive to
extend the lock, negative to shorten. The resulting duration
must be > 0; use the unlock action to end the lock.
User whose session to modify (defaults to authenticated user)

