渠道管理/内容发布
更新已发布内容
接口说明:更新已发布任务的内容
POST
更新已发布内容
授权
AiToEarn Open Platform API Key。
路径参数
任务 ID
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
接口说明:更新已发布任务的内容
curl --request POST \
--url https://aitoearn.cn/api/v2/channels/publish/tasks/{taskId}/update \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{}'AiToEarn Open Platform API Key。
任务 ID
已发布内容更新数据
更新后的发布内容
Hide child attributes
更新后的标题
更新后的正文
更新后的媒体列表
Hide child attributes
更新后的封面,传 null 表示移除封面
Hide child attributes
更新后的平台选项
curl --request POST \
--url https://aitoearn.cn/api/v2/channels/publish/tasks/{taskId}/update \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{}'