API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Update user settings
PATCH /v1/users/me/settings
Headers
Request Body
Response Examples
200 - User settings updated successfully
Schema: {
"$ref": "#/components/schemas/GetUserSettingsResponseDto"
}400 - Invalid request data
Schema: {
"$ref": "#/components/schemas/ErrorResponseDto"
}404 - User settings not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}500 - Internal server error
Schema: {
"$ref": "#/components/schemas/ErrorResponseDto"
}