Bugzilla – Attachment 101945 Details for
Bug 15522
New interface for revamped circulation rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15522: (follow-up) Add missing http return codes to api spec
Bug-15522-follow-up-Add-missing-http-return-codes-.patch (text/plain), 2.39 KB, created by
Lari Taskula
on 2020-03-27 03:11:50 UTC
(
hide
)
Description:
Bug 15522: (follow-up) Add missing http return codes to api spec
Filename:
MIME Type:
Creator:
Lari Taskula
Created:
2020-03-27 03:11:50 UTC
Size:
2.39 KB
patch
obsolete
>From 74ac3ae3f2d1d6d84f5d5a304187b2aae59a60cd Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@hypernova.fi> >Date: Fri, 27 Mar 2020 02:48:28 +0000 >Subject: [PATCH] Bug 15522: (follow-up) Add missing http return codes to api > spec > >--- > api/v1/swagger/paths/circulation-rules.json | 36 +++++++++++++++++++++ > 1 file changed, 36 insertions(+) > >diff --git a/api/v1/swagger/paths/circulation-rules.json b/api/v1/swagger/paths/circulation-rules.json >index 314b706b80..c056a19880 100644 >--- a/api/v1/swagger/paths/circulation-rules.json >+++ b/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" >+ } > } > } > } >-- >2.17.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15522
:
68231
|
68232
|
68233
|
68234
|
68235
|
71048
|
71049
|
71050
|
71051
|
71052
|
72239
|
72242
|
91977
|
91978
|
91979
|
91980
|
91981
|
91982
|
91983
|
91984
|
94201
|
94202
|
94203
|
94204
|
94205
|
94206
|
94207
|
94208
|
99148
|
99149
|
99150
|
99151
|
99152
|
99153
|
99154
|
99155
|
99156
|
99157
|
99199
|
99200
|
99201
|
99202
|
99203
|
99204
|
99205
|
99206
|
99207
|
99208
|
99209
|
99210
|
99211
|
99213
|
99214
|
99215
|
101918
|
101919
|
101920
|
101921
|
101922
|
101923
|
101924
|
101925
|
101926
|
101927
|
101934
|
101935
|
101936
|
101937
|
101938
|
101939
|
101940
|
101941
|
101942
|
101943
|
101944
|
101945
|
101946
|
101947
|
106913
|
106914
|
106915
|
106916
|
106917
|
106918
|
106919
|
106920
|
106921
|
106922
|
106923
|
106924
|
106925
|
106926
|
112056
|
112057
|
112058
|
112059
|
112060
|
112061