From 0fc5e6479c8ff7c9a9a246590e27cd71b1f31e69 Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 30 Aug 2023 13:18:04 +0000 Subject: [PATCH] Bug 19316: Update items api definition --- api/v1/swagger/definitions/item.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/api/v1/swagger/definitions/item.yaml b/api/v1/swagger/definitions/item.yaml index ba1a8a890e..eb31de3cda 100644 --- a/api/v1/swagger/definitions/item.yaml +++ b/api/v1/swagger/definitions/item.yaml @@ -227,6 +227,16 @@ properties: exclude_from_local_holds_priority: type: boolean description: Exclude this item from local holds priority. + sort1: + type: + - string + - "null" + description: "field for additional data to distinguish item records" + sort2: + type: + - string + - "null" + description: "field for additional data to distinguish item records" return_claims: type: array description: An array of all return claims associated with this item -- 2.37.1 (Apple Git-137.1)