Events
Create special events
Creates a new special event for the museum.
Authorization
Authorization
Required
Basic <token>In: header
Request Body
application/json
RequiredeventId
stringIdentifier for a special event.
Format:
"uuid"
name
Required
stringName of the special event.
location
Required
stringLocation where the special event is held.
eventDescription
Required
stringDescription of the special event.
dates
Required
array<string>List of planned dates for the special event.
price
Required
numberPrice of a ticket for the special event.
Format:
"float"
Created.