---
title: "Update Event Fees"
method: POST
path: "/event/update/event-fees/{event_id}/"
tags: ["event"]
---

# Update Event Fees

`POST /event/update/event-fees/{event_id}/`

## Path parameters

- `event_id` integer, required

## Request body

- FeesEvent
  - `ticket_name` string[], required
  - `fee_label_name` string, required
  - `fee_in_amount` union, required
    - number
    - string
  - `fee_in_percent` union
    - number
    - string
  - `description` string, nullable
  - `event_id` integer, required
  - `is_visible_fees` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

## Changes

- **2026-09-03** `43ba83e1f2fe` — 2 breaking, 3 info
  - added the pattern `^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$` to the request property `fee_in_amount/anyOf[subschema #2]/`
  - added the pattern `^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$` to the request property `fee_in_percent/anyOf[subschema #2]/`
  - added the new optional request property `is_visible_fees`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - …1 more

[Change history](https://skmtc.dev/myticketpartner/apis/fastapi/changes/event/update/event-fees/:event_id/post.md)

---

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