当前登录用户创建一个语言能力。
Request
HTTP request
POST https://www.featapi.com/api/user/user-language/
Parameters
无需添加参数。
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
user_language |
For more information, see the authentication and authorization page.
Request body
In the request body, supply a User.Language resource with the following properties:
Property name | Value | Description | Notes |
---|---|---|---|
必填 | |||
locale | string | 语言区域码 | 比如,美国英语就是“en-US” |
level | string | 能力等级。分为母语、专业、可用三种等级 | Language.Level |
Response
如果请求成功,该API返回用户创建的User.Language语言能力数据在响应体信息。
201 成功创建语言能力
{
"data":
{
"id": 136,
"user": 7710697714770,
"locale": "ja-JP",
"name": "日本語",
"level": 0
}
}
400 Validation Exception
示例返回数据可参考 API Common – Validation Exception