Skip to content

Upload the Event Cover

Defines the structure of the event cover resource.

Utilized by:

Schema

{
"event_id": 0,
"event_cover_url": "string",
"event_cover_preview_url": "string"
}

Properties

event_id

Description: The event unique identifier Data Type: Integer
Nullable: No
Table: Event

event_cover_url

Description: The event’s cover image url
Data Type: String
Nullable: No
Table: Event

event_cover_preview_url

Description: The event’s cover image preview url
Data Type: String
Nullable: No
Table: Event