Edit User Points
PATCH/v1/points/:system/:user_id/
Edit points of a user for a specific system by a given amount.
Request
Responses
- 200
- 401
- 429
Successful Response
Unauthorized. You can't access this point system.
Out of requests. X-RateLimit-Bucket says which limit you hit and Retry-After how many seconds to wait. This request was not counted against you.
Response Headers
X-RateLimit-Tier
Plan your limits were taken from.
X-RateLimit-Bucket
The limit the other headers describe, the one closest to running out.
X-RateLimit-Limit
Requests allowed in that window.
X-RateLimit-Remaining
Requests left in the current window.
X-RateLimit-Reset
Unix timestamp in seconds of when that window resets.
Retry-After
Seconds to wait before trying again.