diff options
Diffstat (limited to 'docs/xacml/swagger.json')
-rw-r--r-- | docs/xacml/swagger.json | 6 |
1 files changed, 6 insertions, 0 deletions
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" : { |