From: HOCKLA Date: Fri, 18 Oct 2019 19:40:45 +0000 (-0500) Subject: Updated swagger documentation to reflect abbreviated Monitor decision results feature... X-Git-Tag: 3.1.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ba0ed78309c6315dfa1e1545a7a54f3b4ed601bf;p=policy%2Fparent.git Updated swagger documentation to reflect abbreviated Monitor decision results feature (Policy-2126) Issue-ID: POLICY-2166 Change-Id: Ie84f6184801114b1115ae35e34279e98dad83205 Signed-off-by: HOCKLA --- diff --git a/docs/xacml/swagger.json b/docs/xacml/swagger.json index 5c66f617..49011964 100644 --- a/docs/xacml/swagger.json +++ b/docs/xacml/swagger.json @@ -40,6 +40,12 @@ "required" : false, "type" : "string", "format" : "uuid" + }, { + "name" : "abbrev", + "in" : "query", + "description" : "Specifies whether the DCAE Monitoring decision results should be abbreviated", + "required" : false, + "type" : "boolean" } ], "responses" : { "200" : {