Update User
Update User
application/json
Request Body required
email Email
username Username
name Name
birthday Birthday
country Country
state State
city City
origin Origin
topology object
newsletter Newsletter
Responses
- 200
- 422
Successful Response
application/json
Schema
Example (from schema)
Schema
email Email
username Username
name Name
birthday Birthday
country Country
state State
city City
origin Origin
topology object
newsletter Newsletter
id uuid required
created_at date-time required
is_active Is Active required
balance Balance
last_login Last Login
{ "email": "string", "username": "string", "name": "string", "birthday": "string", "country": "string", "state": "string", "city": "string", "origin": "string", "topology": "gamer", "newsletter": true, "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "created_at": "2025-01-10T08:50:51.871Z", "is_active": true, "balance": 0, "last_login": "string" }
Validation Error
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- ]
detail object[]
loc object[] required
anyOf
MOD1
MOD2
string
integer
msg Message required
type Error Type required
{ "detail": [ { "loc": [ "string", 0 ], "msg": "string", "type": "string" } ] }
Loading...