跳转到主要内容
PATCH
/
api
/
v2
/
channels
/
publish
/
tasks
/
{taskId}
/
publish-at
修改发布时间
curl --request PATCH \
  --url https://aitoearn.cn/api/v2/channels/publish/tasks/{taskId}/publish-at \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
{
  "publishAt": "2023-11-07T05:31:56Z"
}
'
{
  "code": 0,
  "message": "请求成功",
  "data": {
    "taskId": "string"
  }
}

授权

X-Api-Key
string
header
必填

AiToEarn Open Platform API Key。

路径参数

taskId
string
必填

任务 ID

请求体

application/json
publishAt
string<date-time>
必填

目标发布时间

响应

200 - application/json

请求已被服务处理。业务是否成功以响应体 code === 0 为准。

code
integer
必填

业务状态码。0 表示成功,非 0 表示业务错误。

message
string
必填

响应消息。

data
object
requestId
string

请求 ID。

timestamp
integer

错误响应时间戳,Unix 毫秒。