Update special event
Update the details of a special event.
PATCH
/
special-events/{eventId}Server
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
Identifier for a special event.
Format:
"uuid"Success.
