Update an existing scheduled balance request
| Field | Description |
|---|---|
interval_days | Update how often the schedule runs (1-30 days) |
time_of_day | Update the time to run in HH:mm format (24-hour, UTC). Example: “14:30” for 2:30 PM UTC |
expires_at | Update the schedule expiration date. Must be in the future. ISO 8601 format |
| Field | Description |
|---|---|
schedule_id | The unique identifier for the schedule |
message | Confirmation message indicating the update was successful |
expires_at | The updated expiration date for the schedule |
next_run_at | The next scheduled run time. May be null if the schedule is disabled or completed |
expires_at value must be a future timestampAuthentication to the API is performed via Bearer Token Authentication. Provide your API key as the bearer token in the Authorization header.
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
The schedule ID (UUID) returned when creating the scheduled balance request.