---
title: "Update an abuse"
method: PUT
path: "/api/v1/abuses/{abuseId}"
tags: ["Abuses"]
---

# Update an abuse

`PUT /api/v1/abuses/{abuseId}`

## Path parameters

- `abuseId` integer, required

## Request body

- object
  - `moderationComment` string — Update the report comment visible only to the moderation team
  - `state` 1 | 2 | 3 — The abuse state (Pending = `1`, Rejected = `2`, Accepted = `3`)

## Response `204`

successful operation

## Other responses

- `404` — abuse not found

---

[API](https://skmtc.net/cpy/apis/peertube.md) · [All operations](https://skmtc.net/cpy/apis/peertube/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpy/peertube/revisions/efe11b159e43/schema)
