---
title: "Update support ticket"
method: POST
path: "/ticket/update"
tags: ["Support"]
---

# Update support ticket

`POST /ticket/update`

Use this BillingServ API endpoint to update support ticket. Review the response for the operation result or validation errors.

## Request body

- object
  - `id` integer, required — Support ticket ID.
  - `subject` string — Ticket subject. Letters, numbers, spaces, and basic punctuation only.
  - `user_id` integer — ID of the customer the ticket belongs to.
  - `assignee_by` integer — Staff user ID to assign the ticket to.
  - `status` 'open' | 'pending' | 'close' | 'awaiting_reply'
  - `support_department` string
  - `priority` 'low' | 'medium' | 'high' | 'emergency'

## Response `200`

OK

- ApiResponse
  - `success` boolean

## Other responses

- `401` — Missing or invalid API key
- `403` — Authenticated key does not have permission for this endpoint
- `404` — Support ticket not found
- `422` — Validation error

---

[API](https://skmtc.net/b-cdn/apis/billingserv-api-v2.md) · [All operations](https://skmtc.net/b-cdn/apis/billingserv-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/b-cdn/billingserv-api-v2/revisions/76cfbed5eb40/schema)
