From 495f400c26024aa7345442a258282f1f0c2c1090 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 fc1cc718f4..4459df9ab5 100644 --- a/api/v1/swagger/definitions/item.yaml +++ b/api/v1/swagger/definitions/item.yaml @@ -220,6 +220,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)