Events
Create special events
Creates a new special event for the museum.
Authorization
AuthorizationRequiredBasic <token>In: header
Request Body
application/jsonRequiredeventIdstringIdentifier for a special event.
Format:
"uuid"nameRequiredstringName of the special event.
locationRequiredstringLocation where the special event is held.
eventDescriptionRequiredstringDescription of the special event.
datesRequiredarray<string>List of planned dates for the special event.
priceRequirednumberPrice of a ticket for the special event.
Format:
"float"Created.
How is this guide?
