Remove 40X and 50X from Normal response codes

HTTP 40X-50X are not normal response codes at all.
This patch removes them from api-ref.

Part of bp:api-ref-in-rst

Change-Id: I32a29c9e2a3d69720e3a88e17ba36fe45fa902d9
This commit is contained in:
Ken'ichi Ohmichi
2016-04-18 16:41:58 -07:00
parent cf2fb50006
commit 05e9f0a0e0
14 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ The API v2.1 base version does not return the network ID.
The API v2.12 microversion returns the network ID in the ``net_id`` response attribute.
Normal response codes: 200,,503,400,401,403,405,404
Normal response codes: 200
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)