From fe1fa336ad9aec8f84042e8ee5f64921fe8a51a7 Mon Sep 17 00:00:00 2001 From: Richard Schreiber Date: Tue, 16 Dec 2025 08:10:26 +0100 Subject: [PATCH] Update reusablemedia.rst --- doc/api/resources/reusablemedia.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/resources/reusablemedia.rst b/doc/api/resources/reusablemedia.rst index 57f54106d5..779d2723e2 100644 --- a/doc/api/resources/reusablemedia.rst +++ b/doc/api/resources/reusablemedia.rst @@ -218,7 +218,7 @@ Endpoints :param organizer: The ``slug`` field of the organizer to look up a medium for :query string expand: If you pass ``"linked_giftcard"``, ``"linked_orderpositions"``, or ``"customer"``, the respective field will be shown as a nested value instead of just an ID. The nested objects are identical to - the respective resources, except that the ``linked_orderpositions`` will have an attribute of the + the respective resources, except that the ``linked_orderpositions`` each will have an attribute of the format ``"order": {"code": "ABCDE", "event": "eventslug"}`` to make matching easier. The parameter can be given multiple times. :statuscode 201: no error