From ee921a6331262deaf754d30acf86df160a73cf45 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Tue, 25 Feb 2025 14:04:27 +0100 Subject: [PATCH] docs: None -> null --- doc/api/resources/orders.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/resources/orders.rst b/doc/api/resources/orders.rst index 6cf6c50e2a..160b864d03 100644 --- a/doc/api/resources/orders.rst +++ b/doc/api/resources/orders.rst @@ -2271,7 +2271,7 @@ otherwise, such as splitting an order or changing fees. "position": 12374, "body": { "item": 12, - "variation": None, + "variation": null, "subevent": 562, "seat": "seat-guid-2", "price": "99.99", @@ -2292,7 +2292,7 @@ otherwise, such as splitting an order or changing fees. "create_positions": [ { "item": 12, - "variation": None, + "variation": null, "subevent": 562, "seat": "seat-guid-2", "price": "99.99",