@@ -, +, @@ --- api/v1/swagger/paths/return_claims.json | 4 ++++ 1 file changed, 4 insertions(+) --- a/api/v1/swagger/paths/return_claims.json +++ a/api/v1/swagger/paths/return_claims.json @@ -286,6 +286,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" } }, "additionalProperties": false --