---
title: "Update ticket"
method: PATCH
path: "/tickets/{ticketId}"
tags: ["Tickets"]
---

# Update ticket

`PATCH /tickets/{ticketId}`

This API endpoint allows you to update a specific ticket identified by an ID.

This functionality can be used to update parameters such as status, priority or assignment.

## Path parameters

- `ticketId` integer, required — Ticket ID

## Response `204`

Ticket has been updated correctly

## Other responses

- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/tidio/apis/tidio-openapi.md) · [All operations](https://skmtc.dev/tidio/apis/tidio-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tidio/tidio-openapi/revisions/60b2d5edc91f/schema)
