Create special events
Creates a new special event for the museum.
Demo Only
POST
/special-events
Authorization
Authorization
RequiredBasic <token>
In: header
Request Body
name
Requiredstring
Name of the special event
Example:"Pirate Coding Workshop"
location
Requiredstring
Location where the special event is held
Example:"Computer Room"
eventDescription
Requiredstring
Description of the special event
Example:"Captain Blackbeard shares his love of the C...language. And possibly Arrrrr (R lang)."
dates
Requiredarray<string>
List of planned dates for the special event
price
Requirednumber
Price of a ticket for the special event
Example:25
Format: "float"
meta
object
Status code | Description |
---|---|
200 | Success |
400 | Bad request |
404 | Not found |
Information about a special event.