跳到主要内容
版本:v0.6

Update info.

Update info.

Update info.

Request Body required
    oldPassword string
    password string
Responses

OK


Schema
    message string
    status integer

    Default value: 200

    statusText string

    Default value: OK

PUT /account/info

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
Body required
{
"oldPassword": "string",
"password": "string"
}
curl / cURL
curl -L -X PUT 'https://seal-io.github.io/account/info' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"oldPassword": "string",
"password": "string"
}'