Bundle: edit-extra-info

Bundle: edit-extra-info

修改Bundle的额外信息。

Request

HTTP request

POST https://www.featapi.com/api/dimzou/bundle/{id}/extra-info/

Parameters

  • Path parameters
Parameter nameValueDescription
idstringbundle id

授权

此请求需要具有以下所有范围的授权:

Scopes
dimzou_bundle

有关更多信息,请参阅认证和授权页面。

Request body

Property nameValueDescriptionNotes
Optional Properties
resetbool like默认为假。当该值为真时,先删除该Bundle所有已经设置的额外信息,再设置新的额外信息。注意该参数优先执行,即使下面的参数校验失败,原来的信息也会被删除。
extra_info_<type>json额外保存的出版信息。<type>替换成信息类型,长度不超过20个字符。值为任意json类型。如欲保存图片可直接保存dataurl。如:
extra_info_card_v1: {
"_base": {
"cover": "data:image/png;base64,iVBORw..."
},
"X": {
"title": "some title"
}
}

Response

如果成功,则返回200,消息体为{}。

服务端可配置允许修改额外信息的Bundle状态。如果Bundle状态错误则返回403。

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code