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"
}
}