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