标记该reword被分享过。
Request
HTTP request
POST https://www.featapi.com/api/dimzou/bundle/{id}/mark-shared/
Parameters
- Path parameters
Parameter name | Value | Description |
---|---|---|
id | string | bundle id |
授权
此请求需要具有以下所有范围的授权:
Scopes |
---|
dimzou_bundle |
有关更多信息,请参阅认证和授权页面。
Request body
Property name | Value | Description | Notes |
---|---|---|---|
Required Properties | |||
reword_id | integer | Reword ID | Dimzou.reword |
Response
如果成功,则此方法在响应正文中返回json资源。
201 标记成功
{
"data": {
"reword_id": 85705,
"is_shared": true
}
}
400 Submitted data error
示例返回数据可参考 API Common – Validation Exception
401 Permission Deny
示例返回数据可参考 API Common – Authorization Failed