Update special event
Update the details of a special event.
PATCH
/
special-events
/{eventId}
Server
Authorization
Authorization
RequiredBasic <token>
In: header
Request Body
application/json
Requiredname
string
Name of the special event.
location
string
Location where the special event is held.
eventDescription
string
Description of the special event.
dates
array<string>
List of planned dates for the special event.
price
number
Price of a ticket for the special event.
Format:
"float"
Path Parameters
eventId
Requiredstring
Identifier for a special event.
Format:
"uuid"
Success.