Events

Upload event flyer image

Uploads a flyer image for an event. Requires a Pro plan. The authenticated user must own the event. Any existing flyer image will be replaced.

post/events/flyer/{event_id}

Path parameters

event_idstring required

The encoded ID of the event

Response

Flyer uploaded successfully

Example response

{
  "data": {
    "days_of_week": "0101010"
  },
  "meta": {
    "message": "Flyer uploaded successfully"
  }
}

Changes

Changed in 5 of the 13 revisions of this API.1113

    • added the optional property data/is_password_protected to the response with the 200 status

      response-optional-property-added

    • added the optional property data/is_private to the response with the 200 status

      response-optional-property-added

    • added the optional property data/category_name to the response with the 200 status

      response-optional-property-added

    • added the optional property data/payment_method to the response with the 200 status

      response-optional-property-added

    • added the optional property data/schedules to the response with the 200 status

      response-optional-property-added

    • added the optional property data/terms_url to the response with the 200 status

      response-optional-property-added

    • added the optional property data/ticket_currency_code to the response with the 200 status

      response-optional-property-added

    • added the optional property data/venue_address1 to the response with the 200 status

      response-optional-property-added

    • added the optional property data/venue_name to the response with the 200 status

      response-optional-property-added

    • added the optional property data/venue_subdomain to the response with the 200 status

      response-optional-property-added

    • added the optional property data/event_parts/items/id to the response with the 200 status

      response-optional-property-added

    • api operation id upload_flyer was added

      api-operation-id-added

  • 36ccba39bc4d111See the full diff
    • removed the optional property data/category_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/event_parts/items/id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/is_password_protected from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/is_private from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/payment_method from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/schedules from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/terms_url from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/ticket_currency_code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/venue_address1 from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/venue_name from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/venue_subdomain from the response with the 200 status

      response-optional-property-removed

    • api operation id upload_flyer removed and replaced with

      api-operation-id-removed