Events
Update special event
Update the details of a special event.
Authorization
Authorization
Required
Basic <token>In: header
Request Body
application/json
Requiredname
stringName of the special event.
location
stringLocation where the special event is held.
eventDescription
stringDescription of the special event.
dates
array<string>List of planned dates for the special event.
price
numberPrice of a ticket for the special event.
Format:
"float"
Path Parameters
eventId
Required
stringIdentifier for a special event.
Format:
"uuid"
Success.