Advance a test clock
POST {{baseUrl}}/v1/test_helpers/test_clocks/:test_clock/advance
Starts advancing a test clock to a specified time in the future. Advancement is done when status changes to Ready
.
Request Body
[{"name"=>"frozen_time", "value"=>"<unix-time>", "datatype"=>"string"}, {"name"=>"expand[0]", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"expand[1]", "value"=>"<string>", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |