Fix giftcard API doc

This commit is contained in:
Martin Gross
2020-10-02 13:58:04 +02:00
parent c131a2ac3a
commit cfc9055ec1

View File

@@ -209,14 +209,15 @@ Endpoints
.. sourcecode:: http .. sourcecode:: http
PATCH /api/v1/organizers/bigevents/giftcards/1/transact/ HTTP/1.1 POST /api/v1/organizers/bigevents/giftcards/1/transact/ HTTP/1.1
Host: pretix.eu Host: pretix.eu
Accept: application/json, text/javascript Accept: application/json, text/javascript
Content-Type: application/json Content-Type: application/json
Content-Length: 94 Content-Length: 79
{ {
"value": "2.00" "value": "2.00",
"text": "Optional value explaining the transaction"
} }
**Example response**: **Example response**: