API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Update character
PATCH /v1/characters/{id}
Path Parameters
The UUID of the entity
Headers
Request Body
Response Examples
200 - The updated character
Schema: {
"$ref": "#/components/schemas/GetCharacterResponseDto"
}400 - Invalid UUID format or request body
Schema: {
"$ref": "#/components/schemas/ValidationErrorResponseDto"
}404 - Character not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}