---
title: "Admin Event Update"
method: PUT
path: "/covert-admin/api/event/update/{event_id}/"
tags: ["admin"]
---

# Admin Event Update

`PUT /covert-admin/api/event/update/{event_id}/`

## Path parameters

- `event_id` integer, required

## Request body

- EventUpdateSchema
  - `event_name` string, required
  - `mtp_service_fee` number, nullable
  - `brokrage_fee` number, nullable
  - `location` string, nullable
  - `start_date` string, required
  - `end_date` string, required
  - `start_time` string, required
  - `end_time` string, required
  - `category` string, required
  - `status` string, required

## Response `200`

Successful Response

- unknown

## Other responses

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

---

[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/b574a0cabefe/schema)
