API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Update account
PATCH /v1/accounts/{id}
Path Parameters
The UUID of the entity
Headers
Request Body
Response Examples
200 - The updated account details
Schema: {
"$ref": "#/components/schemas/GetAccountResponseDto"
}400 - Invalid UUID format or request body
Schema: {
"$ref": "#/components/schemas/ValidationErrorResponseDto"
}404 - Account not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}500 - Internal server error
Schema: {
"$ref": "#/components/schemas/InternalServerErrorResponseDto"
}