创建事件的附件图片。
Request
HTTP request
POST https://www.featapi.com/api/xfile/plate/
Parameters
授权
此请求需要具有以下所有范围的授权:
Scopes |
---|
xfile_event_plate |
有关更多信息,请参阅认证和授权页面。
Request body
在请求体中,提供具有以下属性的 Xfile.plate 资源:
Property name | Value | Description | Notes |
---|---|---|---|
Required Properties | |||
event | integer | 事件id | Xfile.event |
photo | file | 附件图片文件 |
Response
如果成功,则此方法在响应正文中返回 Xfile.plate 资源。
201 成功创建图片附件
{
"data": {
"id": 211,
"user": 7116432170097,
"user_name": "军 蒙",
"photo": "https://pic1.feat.com/media/7116432170097/xfile/plate/%E4%B8%8B%E8%BD%BD2.png",
"create_time": "2020-03-19T09:22:49.557391Z"
}
}
404 Not found
示例返回数据可参考 API Common – Resource Not Found
400 Submitted data error
示例返回数据可参考 API Common – Validation Exception
401 Permission Deny
示例返回数据可参考 API Common – Authorization Failed