From b4b5dd2ff32321ed8fe1405b120419ed725bbaeb Mon Sep 17 00:00:00 2001 From: Phin Wolkwitz Date: Wed, 9 Sep 2026 14:08:45 +0200 Subject: [PATCH] Add new doc-file to index, fix spelling and description --- doc/api/resources/event_meta_properties.rst | 10 +++++----- doc/api/resources/index.rst | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/api/resources/event_meta_properties.rst b/doc/api/resources/event_meta_properties.rst index 4cdb5f72e..613020ab4 100644 --- a/doc/api/resources/event_meta_properties.rst +++ b/doc/api/resources/event_meta_properties.rst @@ -4,10 +4,10 @@ Event Meta Properties Resource description -------------------- -An Event Meta Property is used to to define meta information fields for its events. +An event meta property is used to to define meta information fields for its events. This information can be re-used, for example, in ticket layouts. -The Event Meta Properties resource contains the following public fields: +The event meta property resource contains the following public fields: .. rst-class:: rest-resource-table @@ -20,8 +20,8 @@ default string Value of the de required boolean If ``true``, an event can only be taken live if the property is set. In event series, it's always optional to set a value for individual dates -protected boolean If ``true``, this property can only be changed by - organizer-level administrators +protected boolean If ``true``, the value for an event can only be changed + by organizer-level administrators filter_public boolean If ``true``, this property will be shown to filter events in the public event list and calendar public_label string Public name of the property @@ -41,7 +41,7 @@ Endpoints .. http:get:: /api/v1/organizers/(organizer)/event_meta_properties/ - Returns a list of all Meta Properties for the organizer. + Returns a list of all meta properties for the organizer. **Example request**: diff --git a/doc/api/resources/index.rst b/doc/api/resources/index.rst index 8b9d96cdd..0018889a2 100644 --- a/doc/api/resources/index.rst +++ b/doc/api/resources/index.rst @@ -12,6 +12,7 @@ at :ref:`plugin-docs`. organizers events subevents + event_meta_properties taxrules categories items