Test clocks
Advance test clock
Move a test clock forward and let everything due in between happen.
POST/v1/test_clocks/{test_clock_id}/advance
Parameters
| Parameter | Description |
|---|---|
| test_clock_idstring · pathrequired | No description in the spec. |
| frozen_timeintegerrequired | No description in the spec. |
Returns
Returns a TestClockResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the test_clocks:write scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other test clocks operations
- List test clocks GET /v1/test_clocks
- Create test clock POST /v1/test_clocks
- Delete test clock DELETE /v1/test_clocks/{test_clock_id}
- Get test clock GET /v1/test_clocks/{test_clock_id}
BillKit