mirror of
https://github.com/pretix/pretix.git
synced 2026-08-14 11:26:26 +00:00
API: Add missing field SubEvent.frontpage_text
This commit is contained in:
@@ -33,6 +33,7 @@ date_to datetime The sub-event's
|
||||
date_admission datetime The sub-event's admission date (or ``null``)
|
||||
presale_start datetime The sub-date at which the ticket shop opens (or ``null``)
|
||||
presale_end datetime The sub-date at which the ticket shop closes (or ``null``)
|
||||
frontpage_text multi-lingual string The description of the event (or ``null``)
|
||||
location multi-lingual string The sub-event location (or ``null``)
|
||||
geo_lat float Latitude of the location (or ``null``)
|
||||
geo_lon float Longitude of the location (or ``null``)
|
||||
|
||||
Reference in New Issue
Block a user