summaryrefslogtreecommitdiffstats
path: root/docs/api/swagger/statistics-api.json
diff options
context:
space:
mode:
authorChenfei Gao <cgao@research.att.com>2019-09-16 22:35:47 -0400
committerPamela Dragosh <pdragosh@research.att.com>2019-10-15 16:08:56 +0000
commitf22846dd8b032876addae750a5d24fd6339b7c4b (patch)
tree1020d36c8adb9cb2945ddc7f5dc4f12d09e8e21d /docs/api/swagger/statistics-api.json
parent09ed59bc86f78ad25076c326f7240f5473c6e6c6 (diff)
Update api swagger docs to reflect application/yaml support
Issue-ID: POLICY-2102 Change-Id: I46c9146d7c35edd1dfdc75b1efc82e89a1b726ef Signed-off-by: Chenfei Gao <cgao@research.att.com>
Diffstat (limited to 'docs/api/swagger/statistics-api.json')
-rw-r--r--docs/api/swagger/statistics-api.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/swagger/statistics-api.json b/docs/api/swagger/statistics-api.json
index a55f03c8..f41900c0 100644
--- a/docs/api/swagger/statistics-api.json
+++ b/docs/api/swagger/statistics-api.json
@@ -12,7 +12,7 @@
"summary" : "Retrieve current statistics",
"description" : "Returns current statistics including the counters of API invocation",
"operationId" : "getStatistics",
- "produces" : [ "application/json" ],
+ "produces" : [ "application/json", "application/yaml" ],
"parameters" : [ {
"name" : "X-ONAP-RequestID",
"in" : "header",