---
title: "Create Or Update Additional Settings"
method: POST
path: "/event/additional-settings/{event_id}/"
tags: ["event"]
---

# Create Or Update Additional Settings

`POST /event/additional-settings/{event_id}/`

Create/Update Event Additional settings for an event like T&C, Custom Confirmation Email, Thank You message,
and Venue Layouts (up to 10 images and 10 videos). Media is uploaded in the background.

## Path parameters

- `event_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

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

## Changes

- **2026-09-03** `43ba83e1f2fe` — 1 breaking, 1 warning, 4 info
  - the request's body type changed from no type to `object`
  - removed `#/components/schemas/Body_create_or_update_additional_settings_event_additional_settings__event_id___post` from the request body `allOf` list
  - added the new optional request property `event_venue_layout_images`
  - added the new optional request property `event_venue_layout_videos`
  - …2 more

[Change history](https://skmtc.dev/myticketpartner/apis/fastapi/changes/event/additional-settings/: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)
