HonorsAwards: update

HonorsAwards: update

通过指定荣誉奖项ID,更改当前登录用户的荣誉奖项数据。

Request

HTTP request

PATCH https://www.featapi.com/api/user/honors-awards/{id}/

Parameters

Path parameters

Parameter nameValueDescription
idstring荣誉奖项 ID

Authorization

该请求需要授权以下scopes访问权限:

Scopes
user_honors

For more information, see the authentication and authorization page.

Request body

In the request body, supply a User.honors resource with the following properties:

Property nameValueDescriptionNotes
必填
organizationstring荣誉奖项的颁发机构纯文本
titlestring荣誉奖项的主题纯文本
issued_atstring荣誉奖项的获奖时间日期格式: YYYY-MM-DD
picfile荣誉奖项的相关图片仅允许图片文件
publishboolean确定是否发布默认:true

Response

如果请求成功,根据path参数指定的数据ID,该API返回对应ID的User.Honors荣誉奖项在响应体信息。

201 Update an Honors successfully

{
"data": {
    "id": 14,
    "user": 7710697714770,
    "title": "广州市三好学生",
    "organization": "广州市教育局",
    "issued_at": "1998-12-01",
    "pic": "/media/7710697714770/honor_awards/African_Daisy_OFZ1bSd.gif",
    "status": 100
  }
}

400 Validation Exception

示例返回数据可参考 API Common – Validation Exception

404 Not found

示例返回数据可参考 API Common – Resource Not Found

发表评论

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

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

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

Captcha Code