v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-015891,4406.1 MB

Advance a test clock

Starts advancing a test clock to a specified time in the future. Advancement is done when status changes to Ready.

post/v1/test_helpers/test_clocks/{test_clock}/advance

Path parameters

test_clockstring required

Response

Successful response.

createdinteger required

Time at which the object was created. Measured in seconds since the Unix epoch.

deletes_afterinteger required

Time at which this clock is scheduled to auto delete.

frozen_timeinteger required

Time at which all objects belonging to this clock are frozen.

idstring required

Unique identifier for the object.

livemodeboolean required

If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.

namestring nullable

The custom name supplied at creation.

object'test_helpers.test_clock' required

String representing the object's type. Objects of the same type share the same value.

status'advancing' | 'internal_failure' | 'ready' required

The status of the Test Clock.