Events
Create special events
Creates a new special event for the museum.
Authorization
Authorization
RequiredBasic <token>In: header
Request Body
application/json
RequiredeventId
stringIdentifier for a special event.
Format:
"uuid"
name
RequiredstringName of the special event.
location
RequiredstringLocation where the special event is held.
eventDescription
RequiredstringDescription of the special event.
dates
Requiredarray<string>List of planned dates for the special event.
price
RequirednumberPrice of a ticket for the special event.
Format:
"float"
Created.
How is this guide?