v13

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012612103.2 KB
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"
  }
}