API Explorer
Test and explore the Chars.gg API endpoints
Endpoint Details
Follow user
POST /v1/users/{id}/follow
Path Parameters
The UUID of the entity
Headers
Request Body
Response Examples
201 - User followed successfully
Schema: {
"$ref": "#/components/schemas/FollowDto"
}400 - Invalid request
Schema: {
"$ref": "#/components/schemas/ValidationErrorResponseDto"
}404 - User not found
Schema: {
"$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}409 - Already following this user
Schema: {
"$ref": "#/components/schemas/ConflictErrorResponseDto"
}