Create special events
Creates a new special event for the museum.
POST
/
special-events
Server
Authorization
Authorization
RequiredBasic <token>
In: header
Request Body
application/json
RequiredeventId
string
Identifier for a special event.
Format:
"uuid"
name
Requiredstring
Name of the special event.
location
Requiredstring
Location where the special event is held.
eventDescription
Requiredstring
Description of the special event.
dates
Requiredarray<string>
List of planned dates for the special event.
price
Requirednumber
Price of a ticket for the special event.
Format:
"float"
Created.