Bug 28370: Fix invalid responses in /patrons
This response codes are not actually used. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
parent
18a332e608
commit
f6308ae4f1
1 changed files with 0 additions and 12 deletions
|
@ -617,18 +617,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"202": {
|
||||
"description": "Accepted and waiting for librarian verification",
|
||||
"schema": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"204": {
|
||||
"description": "No Content",
|
||||
"schema": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"400": {
|
||||
"description": "Bad parameter",
|
||||
"schema": {
|
||||
|
|
Loading…
Reference in a new issue