Add Server Member Currency
POST
/api/v1/servers/{id}/members/{memberId}/currency
Adds currency to a member in the server.
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 currency to give to the member.
Responses
Section titled “ Responses ”The member’s stats, post-modification.
If the amount is invalid, or would put the member at a below-zero balance.
If you do not have access to this server.
If the member or server does not exist.