API: Add missing field SubEvent.frontpage_text

This commit is contained in:
Raphael Michel
2021-02-15 09:16:40 +01:00
parent 825fd1820b
commit c65b2aa4f8
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -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``)