From e8b6046c7ef1280949db263f7daa427cc2a83a86 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 30 Apr 2021 15:21:46 +0200 Subject: [PATCH] Bug 28271: Adjust API spec --- api/v1/swagger/paths/return_claims.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/swagger/paths/return_claims.json b/api/v1/swagger/paths/return_claims.json index 2c1046d1363..dc0b0a8e61e 100644 --- a/api/v1/swagger/paths/return_claims.json +++ b/api/v1/swagger/paths/return_claims.json @@ -299,6 +299,10 @@ "resolved_by": { "description": "User id for the librarian resolving the claim", "type": "string" + }, + "new_lost_status": { + "description": "New lost status to set to the item", + "type": "string" } } } -- 2.20.1