---
title: "Update infraction report (outdated)"
method: PATCH
path: "/v2/pix/infraction-reports/{id}"
tags: ["Infraction reports"]
---

# Update infraction report (outdated)

`PATCH /v2/pix/infraction-reports/{id}`

This endpoint is outdated and no longer works. It is recommended you call [Update funds recovery](https://developers.pismo.io/pismo-docs/reference/patch-funds-recovery).

Update some infraction report fields. Fields not passed are not updated.

To call this endpoint, the infraction report status is **REQUIRED** to be `OPEN` or `ACKNOWLEDGED`.

The endpoint generates a [Pix infraction status changed](https://developers.pismo.io/events/docs/pix-dict-infraction-status-change-1) event.

## Path parameters

- `id` string, uuid, required

## Headers

- `Authorization` string, required

## Response `202`

Accepted

- MessageMessage
  - `code` string — Error code
  - `details` MessageDetailMessage
    - `external` MessageExternalMessage[]
      - `code` string, required — Error code
      - `message` string, required — Error message
    - `parameters` MessageParameterMessage[]
      - `field` string, required — Parameter in error
      - `message` string, required — Error message
    - `payload` MessagePayloadMessage[]
      - `field` string, required — Field in error
      - `message` string, required — Error messsage
  - `message` string — Error message

## Other responses

- `204` — No Content
- `400` — Bad Request
- `401` — Access token is missing or invalid
- `403` — The request has been lost
- `429` — Too many reqquests
- `500` — Internal Server Error
- `502` — Bad Gateway
- `503` — Service Unavailable
- `504` — Gateway timeout

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
