Browse Source

Bug 28271: Adjust API spec

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
21.11.x
Jonathan Druart 3 years ago
parent
commit
e775c1b668
  1. 4
      api/v1/swagger/paths/return_claims.json

4
api/v1/swagger/paths/return_claims.json

@ -286,6 +286,10 @@
"resolved_by": { "resolved_by": {
"description": "User id for the librarian resolving the claim", "description": "User id for the librarian resolving the claim",
"type": "string" "type": "string"
},
"new_lost_status": {
"description": "New lost status to set to the item",
"type": "string"
} }
}, },
"additionalProperties": false "additionalProperties": false

Loading…
Cancel
Save