Update special event
Update the details of a special event
Demo Only
PATCH
/special-events/
{eventId}Authorization
AuthorizationRequiredBasic <token>
In: header
Request Body
namestring
Name of the special event
Example:"Pirate Coding Workshop"locationstring
Location where the special event is held
Example:"Computer Room"eventDescriptionstring
Description of the special event
Example:"Captain Blackbeard shares his love of the C...language. And possibly Arrrrr (R lang)."datesarray<string>
List of planned dates for the special event
pricenumber
Price of a ticket for the special event
Example:25Format: "float"Path Parameters
eventIdRequiredstring
An identifier for a special event.
Example:"dad4bce8-f5cb-4078-a211-995864315e39"Format: "uuid"| Status code | Description |
|---|---|
200 | Success |
400 | Bad request |
404 | Not found |
Information about a special event.
