Update seat type
Admin: Seat Types
Update seat type
Updates the details (name, price,color or hall) of an existing seat type by its unique ID.
Only the fields provided in the request body will be updated.
This is a protected endpoint. Access is restricted to users with admin or manager roles.
PATCH
Update seat type
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
The seat type has been successfully updated
Unique seat type ID
Seat type name
Cost of place. Passed as a string to preserve precision
Example:
"99.90"
Color in 6-digit or 3-digit HEX format, starting with '#'
Pattern:
^#([A-Fa-f0-9]{6}|[A-Fa-f0-9]{3})$Example:
"#4A90E2"
Unique hall ID