Change Password
PUT/api/v1/user/:username/credential
x-public: "true"
Change password for user
Request
Path Parameters
username stringrequired
Possible values: non-empty
and <= 128 characters
Username
- application/json; charset=UTF-8
Body
required
password stringrequired
New Password
Responses
- 204
- 400
- 401
- 429
Successful operation
Bad password
- application/json
- Schema
- Example (from schema)
Schema
error objectrequired
code stringrequired
message stringrequired
target string
details undefined[]
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
null
]
}
}
Authentication error
- application/json
- Schema
- Example (from schema)
Schema
error objectrequired
code stringrequired
message stringrequired
target string
details undefined[]
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
null
]
}
}
Too many api request
Loading...