渠道管理/内容发布
修改发布时间
接口说明:修改待发布任务的发布时间
PATCH
修改发布时间
授权
AiToEarn Open Platform API Key。
路径参数
任务 ID
请求体
application/json
目标发布时间
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:修改待发布任务的发布时间
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"
}
}AiToEarn Open Platform API Key。
任务 ID
目标发布时间
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"
}
}