From cf37afb0d48ddb8e94a70739b1cc6ccafd210a64 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 1 Sep 2020 12:22:06 +0200 Subject: [PATCH] Bug 19889: Add new attribute to the REST API definition It fixes t/db_dependent/api/v1/items.t --- api/v1/swagger/definitions/item.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/swagger/definitions/item.json b/api/v1/swagger/definitions/item.json index 2643bc113f..14c110714e 100644 --- a/api/v1/swagger/definitions/item.json +++ b/api/v1/swagger/definitions/item.json @@ -176,6 +176,10 @@ "new_status": { "type": ["string", "null"], "description": "'new' value, whatever free-text information." + }, + "exclude_from_local_holds_priority": { + "type": "boolean", + "description": "Exclude this item from local holds priority." } }, "additionalProperties": false, -- 2.20.1