Skip to main content

Update a specific EventDate

PUT 

/eventdate/:guid

Update a specific EventDate.

Note this cannot be used to update the assigned Location or Event.

Request

Path Parameters

    guid uuidrequired

    The guid of the EventDate.

Body

Input data

    start ISO 8601

    The start of the date range.

    end ISO 8601

    The end of the date range. Must be later than start date.

    seats_event_key string

    Possible values: <= 255 characters

    The Event key (See Seats.io).

    facebook_event_id string

    Possible values: <= 255 characters

    The Facebook event ID.

Responses

EventDate Updated.

Schema

    guid uuidrequired

    The guid of the EventDate

    event_id uuidrequired

    The guid of the Event for this EventDate.

    start ISO 8601required

    The start of the date range.

    end ISO 8601required

    The end of the date range. Must be later than start date.

    seats_event_key string

    Possible values: <= 255 characters

    The Event key (See Seats.io).

    facebook_event_id string

    Possible values: <= 255 characters

    The Facebook event ID.

    seated boolean

    Whether an EventDate is seated or not.

Loading...