From 96823254c1bc78b96a63a554aa263a93a4a7130c Mon Sep 17 00:00:00 2001 From: archanaserver Date: Mon, 31 Jan 2022 08:17:58 +0000 Subject: [PATCH] [DOC] Incorrect response code for share network creation The response code of share network creation operation is mentioned 202 while it should be 200. Closes-Bug: #1958072 Change-Id: I27c24c71a7c388033fbdf206c2d3e8004839d98a --- api-ref/source/share-network-subnets.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/share-network-subnets.inc b/api-ref/source/share-network-subnets.inc index 57ee582eb2..33e863b9de 100644 --- a/api-ref/source/share-network-subnets.inc +++ b/api-ref/source/share-network-subnets.inc @@ -171,7 +171,7 @@ Response codes .. rest_status_code:: success status.yaml - - 202 + - 200 .. rest_status_code:: error status.yaml