mirror of
https://github.com/pretix/pretix.git
synced 2026-05-18 17:24:03 +00:00
clarify docs updating multiple linked_orderpositions
This commit is contained in:
@@ -306,7 +306,7 @@ Endpoints
|
|||||||
Content-Length: 94
|
Content-Length: 94
|
||||||
|
|
||||||
{
|
{
|
||||||
"linked_orderpositions": [13]
|
"linked_orderpositions": [13, 29]
|
||||||
}
|
}
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
@@ -327,8 +327,8 @@ Endpoints
|
|||||||
"active": True,
|
"active": True,
|
||||||
"expires": None,
|
"expires": None,
|
||||||
"customer": None,
|
"customer": None,
|
||||||
"linked_orderpositions": [13],
|
"linked_orderpositions": [13, 29],
|
||||||
"linked_orderposition": 13,
|
"linked_orderposition": None,
|
||||||
"linked_giftcard": None,
|
"linked_giftcard": None,
|
||||||
"notes": None,
|
"notes": None,
|
||||||
"info": {}
|
"info": {}
|
||||||
|
|||||||
Reference in New Issue
Block a user