Create special events
Creates a new special event for the museum.
POST
/
special-eventsServer
Authorization
AuthorizationRequiredBasic <token>
In: header
Request Body
application/jsonRequiredeventIdstring
Identifier for a special event.
Format:
"uuid"nameRequiredstring
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"Created.
