From 357c74bd66ee596670a3ed5ec74ce6ecf8966064 Mon Sep 17 00:00:00 2001 From: Lukas Bockstaller Date: Wed, 28 Jan 2026 17:35:53 +0100 Subject: [PATCH] remove left over empty lines --- doc/api/resources/orders.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/api/resources/orders.rst b/doc/api/resources/orders.rst index 424ef42474..5a53dd5c4f 100644 --- a/doc/api/resources/orders.rst +++ b/doc/api/resources/orders.rst @@ -1865,7 +1865,6 @@ Fetching individual positions :statuscode 403: The requested organizer/event does not exist **or** you have no permission to view this resource. :statuscode 404: The requested order position does not exist. - .. _`order-position-ticket-download`: Order position ticket download @@ -2089,7 +2088,6 @@ Manipulating individual positions :statuscode 401: Authentication failure :statuscode 403: The requested organizer/event does not exist **or** you have no permission to create this position. - .. http:delete:: /api/v1/organizers/(organizer)/events/(event)/orderpositions/(id)/ Cancels an order position, identified by its internal ID. @@ -2118,7 +2116,6 @@ Manipulating individual positions :statuscode 403: The requested organizer/event does not exist **or** you have no permission to view this resource. :statuscode 404: The requested order position does not exist. - .. http:post:: /api/v1/organizers/(organizer)/events/(event)/orderpositions/(id)/add_block/ Blocks an order position from being used. The block name either needs to be ``"admin"`` or start with ``"api:"``. It @@ -2157,7 +2154,6 @@ Manipulating individual positions :statuscode 401: Authentication failure :statuscode 403: The requested organizer/event does not exist **or** you have no permission to update this order position. - .. http:post:: /api/v1/organizers/(organizer)/events/(event)/orderpositions/(id)/remove_block/ Unblocks an order position from being used. The block name either needs to be ``"admin"`` or start with ``"api:"``. It @@ -2249,7 +2245,6 @@ Manipulating individual positions :statuscode 409: The file is not yet ready and will now be prepared. Retry the request after waiting for a few seconds. - Changing order contents -----------------------