Bug 13895: (follow-up) Fix POST response
[koha-equinox.git] / api / v1 / swagger / paths / checkouts.json
index 6324d75..134aee5 100644 (file)
@@ -73,7 +73,7 @@
       }],
       "produces": ["application/json"],
       "responses": {
-        "200": {
+        "201": {
           "description": "Updated borrower's checkout",
           "schema": { "$ref": "../definitions.json#/checkout" }
         },