API Explorer

Test and explore the Chars.gg API endpoints

Respond to friend request

Accept or deny a friend request

Endpoint Details

Respond to friend request

PATCH /v1/users/me/friend-requests/{id}

Path Parameters

The UUID of the entity

Headers

Request Body

Response Examples

200 - Friend request response processed successfully
Schema: {
  "$ref": "#/components/schemas/FriendshipDto"
}
400 - Invalid request
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}
404 - Friend request not found
Schema: {
  "$ref": "#/components/schemas/EntityNodeFoundResponseDto"
}