API Explorer

Test and explore the Chars.gg API endpoints

Update user

Updates the current user profile

Endpoint Details

Update user

PATCH /v1/users/me

Headers

Request Body

Response Examples

200 - User updated successfully
Schema: {
  "$ref": "#/components/schemas/GetUserResponseDto"
}
404 - User not found
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}