Update password for authenticated users
Change password for logged-in users.
Path Parameters
- username string required
Username
- application/json
Request Body required
User data
- bio string
Possible values:
non-empty
and<= 64 characters
- location string
Possible values:
non-empty
and<= 16 characters
- name string
Possible values:
non-empty
and<= 32 characters
- url string
Possible values:
<= 64 characters
Responses
- 200
- 403
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
Loading...