Update special event
Update the details of a special event
Demo Only
PATCH
/special-events/
{eventId}
Authorization
Authorization
RequiredBasic <token>
In: header
Request Body
name
string
Name of the special event
Example:"Pirate Coding Workshop"
location
string
Location where the special event is held
Example:"Computer Room"
eventDescription
string
Description of the special event
Example:"Captain Blackbeard shares his love of the C...language. And possibly Arrrrr (R lang)."
dates
array<string>
List of planned dates for the special event
price
number
Price of a ticket for the special event
Example:25
Format: "float"
Path Parameters
eventId
Requiredstring
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.