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