Create special events
Creates a new special event for the museum.
POST
/special-events
Authorization
AuthorizationRequiredBasic <token>
In: header
Request Body
application/jsonRequirednameRequiredstring
Name of the special event
locationRequiredstring
Location where the special event is held
eventDescriptionRequiredstring
Description of the special event
datesRequiredarray<string>
List of planned dates for the special event
priceRequirednumber
Price of a ticket for the special event
Format:
"float"metaobject
Success
