Sends a buddy request to a user.
Sends a buddy request to a user.
Path Parameters
- userId integer required
Possible values: Value must match regular expression
\d+
which user to send the request to
Responses
- 200
- 400
- 403
Success.
- application/json
- Schema
- Example (from schema)
Schema
- isBuddy boolean
whether the other user is now this user's buddy
{
"isBuddy": true
}
Already send a request to that user.
Insufficient permissions to send the request.
Loading...