Update special event
Update the details of a special event
PATCH
/special-events/
{eventId}Authorization
AuthorizationRequiredBasic <token>
In: header
Request Body
application/jsonRequirednamestring
Name of the special event
locationstring
Location where the special event is held
eventDescriptionstring
Description of the special event
datesarray<string>
List of planned dates for the special event
pricenumber
Price of a ticket for the special event
Format:
"float"Path Parameters
eventIdRequiredstring
An identifier for a special event.
Format:
"uuid"Success
