Menu

Modify Scheduled Task Publish Time

Usage Instructions

Modify Publish Time for Scheduled Task. Only tasks that are waiting for execution can modify the publish time.

Request Instructions

  • Method: POST
  • Endpoint: /api/v1/automation/updateTaskTime

Request Parameters

Parameter Type Required Description
id string Yes Task ID, can be obtained from the scheduled task list
issue_at int Yes Publish time, must be a date-time string in the format Y-m-d H:i

Request Example

json Copy
{
    "id": "xxx",
    "issue_at": "2026-01-01 00:00"
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "message": "success"
    },
    "message": "success"
}
Previous
Scheduled Task Report
Next
Cancel/Re-execute Scheduled Task
Last modified: 2026-01-23Powered by