---
title: "Edit User Points"
method: PATCH
path: "/v1/points/{system}/{user_id}/"
tags: ["points"]
---

# Edit User Points

`PATCH /v1/points/{system}/{user_id}/`

Edit points of a user for a specific system by a given amount.

## Path parameters

- `system` string, required
- `user_id` integer, required

## Query parameters

- `amount` integer, required

## Response `200`

Successful Response

- UserPointChange
  - `system` string, required
  - `before` integer, required
  - `after` integer, required

## Other responses

- `401` — Unauthorized. You can't access this point system.
- `422` — Validation Error
- `429` — 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.

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/cb425a6a2d4c/schema)
