Add Server Member XP
POST
/api/v1/servers/{id}/members/{memberId}/xp
Adds XP to a member in the server. May trigger a level up.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string format: int64
The ID of the server.
memberId
required
string format: int64
The ID of the member.
Query Parameters
Section titled “Query Parameters ” amount
string format: int64
The amount of XP to give to the member.
Responses
Section titled “ Responses ”The member’s stats, post-modification.
If the amount is invalid.
If you do not have access to this server.
If the member or server does not exist.
If the level up message could not be posted. In this case, the XP addition is still commmitted.