diff --git a/doc/api/resources/orders.rst b/doc/api/resources/orders.rst index f14fd1b1b..2ab607908 100644 --- a/doc/api/resources/orders.rst +++ b/doc/api/resources/orders.rst @@ -2038,7 +2038,7 @@ Manipulating individual positions * ``order`` (mandatory, specified as a string mapping to a ``code``) - * ``addon_to`` (optional, specified as an integer mapping to the ``positionid`` of the parent position) + * ``addon_to`` (optional, specified as an integer mapping to ``positionid`` - the number of the position within the order, see :ref:`_order-position-resource` - of the parent position) * ``item`` (mandatory) @@ -2348,7 +2348,7 @@ otherwise, such as splitting an order or changing fees. "subevent": 562, "seat": "seat-guid-2", "price": "99.99", - "addon_to": 12374, + "addon_to": 1, "attendee_name": "Peter", } ],