跳转到主要内容
POST
/
oncall
/
license
/
reset
修改成员License类型
curl --request POST \
  --url 'https://api.flashcat.cloud/oncall/license/reset?app_key=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "person_id": 123,
  "type": "fixed"
}
'
{
  "error": {
    "code": "<string>",
    "message": "<string>"
  }
}

授权

app_key
string
query
必填

请求头

Content-Type
string

请求体

application/json
person_id
integer
必填

被修改人员ID

type
enum<string>
必填

License 类型

可用选项:
fixed,
temporary,
none

响应

200 - application/json
error
object