From 6d69ff98f194740d922a460018afe03750d14b4a Mon Sep 17 00:00:00 2001 From: Chenfei Gao Date: Mon, 13 Jan 2020 13:20:34 -0500 Subject: Updated API documentation to reflect the addition of version validation feature Issue-ID: POLICY-2316 Change-Id: I981f7998926931d4bc2cd6a3bb0781071f768fae Signed-off-by: Chenfei Gao --- docs/api/swagger/operational-policy-api.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/api/swagger/operational-policy-api.json') diff --git a/docs/api/swagger/operational-policy-api.json b/docs/api/swagger/operational-policy-api.json index 63d36dfe..90a0e517 100644 --- a/docs/api/swagger/operational-policy-api.json +++ b/docs/api/swagger/operational-policy-api.json @@ -358,6 +358,9 @@ "403" : { "description" : "Authorization Error" }, + "406" : { + "description" : "Not Acceptable Version" + }, "500" : { "description" : "Internal Server Error" } -- cgit 1.2.3-korg