Skip to main content
POST
Upload or update a preview image for an event

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

event_id
integer<int64>
required

Body

multipart/form-data
preview_image
file
required

The image file to upload.

Response

Image uploaded successfully. Returns the URL of the uploaded image.

preview_image_url
string<uri>