From 00178268cabfc18647a1af3704a451ac7000731d Mon Sep 17 00:00:00 2001 From: Andrew Isherwood Date: Thu, 17 May 2018 11:36:50 +0100 Subject: [PATCH] Bug 20772: Return cost & price_paid in API Signed-off-by: Barry Cannon Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/paths/illrequests.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api/v1/swagger/paths/illrequests.json b/api/v1/swagger/paths/illrequests.json index 13ec426fce..3087caf3bf 100644 --- a/api/v1/swagger/paths/illrequests.json +++ b/api/v1/swagger/paths/illrequests.json @@ -56,6 +56,18 @@ "description": "A full status string e.g. REQREV", "required": false, "type": "string" + }, { + "name": "cost", + "in": "query", + "description": "The quoted cost of the request", + "required": false, + "type": "number" + }, { + "name": "price_paid", + "in": "query", + "description": "The final cost of the request", + "required": false, + "type": "number" }, { "name": "medium", "in": "query", -- 2.39.5