Update user avatar
Change user avatar
Path Parameters
- username string required
Username
- application/json
Request Body required
User data
- email string required
- password string required
Possible values:
>= 8 characters
and<= 30 characters
Responses
- 200
- 400
- 403
- 404
- 413
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- object
{}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- details
- message string
- status integer
{
"details": {},
"message": "string",
"status": 0
}
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
}
Request Entity Too Large
- 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...