@@ -, +, @@ spec --- api/v1/swagger/paths/circulation-rules.json | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) --- a/api/v1/swagger/paths/circulation-rules.json +++ a/api/v1/swagger/paths/circulation-rules.json @@ -17,6 +17,12 @@ } } }, + "400": { + "description": "Bad request", + "schema": { + "$ref": "../definitions.json#/error" + } + }, "403": { "description": "Access forbidden", "schema": { @@ -28,6 +34,12 @@ "schema": { "$ref": "../definitions.json#/error" } + }, + "503": { + "description": "Under maintenance", + "schema": { + "$ref": "../definitions.json#/error" + } } } }, @@ -57,6 +69,12 @@ "type": "string" } }, + "400": { + "description": "Bad request", + "schema": { + "$ref": "../definitions.json#/error" + } + }, "401": { "description": "Authentication required", "schema": { @@ -74,6 +92,12 @@ "schema": { "$ref": "../definitions.json#/error" } + }, + "503": { + "description": "Under maintenance", + "schema": { + "$ref": "../definitions.json#/error" + } } }, "x-koha-authorization": { @@ -101,6 +125,12 @@ } } }, + "400": { + "description": "Bad request", + "schema": { + "$ref": "../definitions.json#/error" + } + }, "403": { "description": "Access forbidden", "schema": { @@ -112,6 +142,12 @@ "schema": { "$ref": "../definitions.json#/error" } + }, + "503": { + "description": "Under maintenance", + "schema": { + "$ref": "../definitions.json#/error" + } } } } --