Events
Update special event
Update the details of a special event.
Authorization
Authorization
RequiredBasic <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
RequiredstringIdentifier for a special event.
Format:
"uuid"
Response Body
Success.
eventId
stringIdentifier for a special event.
Format:
"uuid"
name
RequiredstringName of the special event.
location
RequiredstringLocation where the special event is held.
eventDescription
RequiredstringDescription of the special event.
dates
Requiredarray<string>List of planned dates for the special event.
@minItems 0
@minItems 0
@minItems 0
price
RequirednumberPrice of a ticket for the special event.
Format:
"float"
How is this guide?