From 57a4623c7353522b3bba1478616ba9f5bc4db663 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Tue, 2 Aug 2016 19:13:23 +0300 Subject: [PATCH] Bug 16825: [QA Follow-up] Add 'new_status' to Swagger definition Adds missing "new_status" to item's Swagger definition. Signed-off-by: Jiri Kozlovsky --- api/v1/definitions/item.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/definitions/item.json b/api/v1/definitions/item.json index 9c43f85..2422786 100644 --- a/api/v1/definitions/item.json +++ b/api/v1/definitions/item.json @@ -172,6 +172,10 @@ "stocknumber": { "type": ["string", "null"], "description": "inventory number" + }, + "new_status": { + "type": ["string", "null"], + "description": "'new' value, whatever free-text information." } } } -- 1.9.1