Channel Management/Publishing
Update Publish Time
Interface description: Update the publish time of a pending task. taskId comes from data.tasks[n].id in the successful Create Publishing Flow response. publishAt must be a future ISO 8601 timestamp, and the task status must allow the update.
PATCH
Update Publish Time
Authorizations
Need to get API Key from AiToEarn. Click to go to "API Key Obtaining Tutorial".
Path Parameters
Task ID from data.tasks[n].id in the Create Publishing Flow response.
Example:
"task-id-from-create-flow"
Body
application/json
Target release time
Response
200 - application/json
The request has been processed by the service. Business success is determined by whether the response body has code === 0.
Last modified on July 31, 2026

