Skip to main content

Update an event occurrence

POST 

https://api.tickettailor.com/v1/event_series/:event_series_id/events/:event_occurrence_id

Updates an existing event occurrence

Request

Responses

Successfully updated an event occurrence

Authorization: http

name: BasicAuthtype: httpdescription: Use base64 encoded api key created in Ticket Tailor dashboard.
scheme: basic
curl -L -X POST 'https://api.tickettailor.com/v1/event_series/:event_series_id/events/:event_occurrence_id' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json' \
-H 'Authorization: Basic PHVzZXJuYW1lPjo8cGFzc3dvcmQ+'
Request Collapse all
Base URL
https://api.tickettailor.com
Auth
Parameters
— pathrequired
— pathrequired
Body