From 919afb94c4d154bd08b119da56c79dffde2dc66e Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 5 Nov 2019 19:00:09 +0100 Subject: [PATCH] Fix outdated API documentation --- doc/api/resources/events.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/resources/events.rst b/doc/api/resources/events.rst index 8ce6bc9e22..238cc248a0 100644 --- a/doc/api/resources/events.rst +++ b/doc/api/resources/events.rst @@ -296,11 +296,11 @@ Endpoints .. http:post:: /api/v1/organizers/(organizer)/events/(event)/clone/ - Creates a new event with properties as set in the request body. The properties that are copied are: 'is_public', - `testmode`, settings, plugin settings, items, variations, add-ons, quotas, categories, tax rules, questions. + Creates a new event with properties as set in the request body. The properties that are copied are: ``is_public``, + ``testmode``, ``has_subevents``, settings, plugin settings, items, variations, add-ons, quotas, categories, tax rules, questions. - If the 'plugins' and/or 'is_public' fields are present in the post body this will determine their value. Otherwise - their value will be copied from the existing event. + If the ``plugins``, ``has_subevents`` and/or ``is_public`` fields are present in the post body this will determine their + value. Otherwise their value will be copied from the existing event. Please note that you can only copy from events under the same organizer.