latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

user

创建用户 API Key

如果已存在API Key则作废旧的,生成新的API Key

post/v2/user/api_key

Headers

Authorizationstring required

With the bearer started

Request body

namestring

API Key 名称,可以为空

Response

success

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}