---
title: "Create And Update Event Layout"
method: POST
path: "/event-layout/create-update/{layout_id}/"
tags: ["event-layout"]
---

# Create And Update Event Layout

`POST /event-layout/create-update/{layout_id}/`

## Path parameters

- `layout_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, 5 info
  - the request's body type changed from no type to `object`
  - removed `#/components/schemas/Body_create_and_update_event_layout_event_layout_create_update__layout_id___post` from the request body `allOf` list
  - added the new optional request property `banner_image`
  - added the new optional request property `footer_logo`
  - …3 more

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