Skip to main content
POST
Upload or update a seating chart image for a hall

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

hall_id
integer<int64>
required

Body

multipart/form-data
seating_chart_image
file
required

The image file to upload.

Response

Image uploaded successfully. Returns the updated Hall object.

seating_chart_url
string<uri>