Add coins to a user's account
POST/api/staff/addCoins/
deprecated
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
This endpoint allows an admin to add coins to a user's account. WARNING: This endpoint should NEVER be used on the client side. It has no rate-limits, or any checks. It adds coins and that's it. There is no special logic behind it. If you're interested in making your own coin earning system, you should implement your own backend with your own checks before using this endpoint.
DEPRECATED (will be removed in a future update): Use /api/staff/{collection}/{id}/edit instead (with users as the collection).
Request
Responses
- 200
- 400
- 403
- 404
- 500