该接口主要用于专题信息的编辑修改。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | TopicUpdateFromImport | 要执行的操作,取值:TopicUpdateFromImport |
Version | String | 是 | 2021-01-01 | API的版本,取值:2021-01-01 |
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Topic | ImportTopicUpdateDTO | 是 | 专题信息。 |
本接口无特有的返回参数。更多信息请见返回结构。
{ "Topic": { "OpenId": "ew324d", "TopicName": "duplicate topic", "CoverImgUrl": "https://testimage...", "ShareImgUrl": "https://testimage...", "Desc": "test description", "LandingPageUrl": "https://testlandingpage...", "ExtInfo": "other info", "HierarchyTags": [ { "TagName": "testTagName", "TagIdentity": "testTagIdentity", "ParentTagIdentity": "testParentTagIdentity", "TagType": "custom" } ], "Status": "online", "PublishTime": 1678947745 } }
{ "ResponseMetadata": { "RequestId": "2022052714534501021004103502946***", "Action": "TopicCreateFromImport", "Version": "2021-01-01", "Service": "volc_content_platform", "Region": "cn-north-1" }, "Result": {} }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
200 | 600400 | 参数错误 | 内容为空,或者是入参的类型是否与文档中不一致 |
200 | 600497 | 账户已失效 | 账户已失效、请联系商务 |
200 | 600498 | 账号POC已结束 | 检查账户的poc用量情况和使用时长情况 |
200 | 600499 | 账户信息不可用 | 检查是否在内容管理平台开户,请联系商务开户 |
200 | 600500 | 服务未知错误 | 服务内部异常,请联系商务 |