@@ -, +, @@ --- api/v1/definitions/hold.json | 4 ++++ 1 file changed, 4 insertions(+) --- a/api/v1/definitions/hold.json +++ a/api/v1/definitions/hold.json @@ -58,6 +58,10 @@ }, "suspend_until": { "description": "" + }, + "itemtype": { + "type": ["string", "null"], + "description": "If record level hold, the optional itemtype of the item the patron is requesting" } } } --