Language: create

Language: create

当前登录用户创建一个语言能力。

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 nameValueDescriptionNotes
必填
localestring语言区域码比如,美国英语就是“en-US”
levelstring能力等级。分为母语、专业、可用三种等级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

发表评论

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

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

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

Captcha Code