Complete Verification of os-server-password

verified the API doc for os-server-password,
remove some common error code like 500, 503

etc Part of bp:api-ref-in-rst

Change-Id: Iab9f712fbf09bc141276fa32865b8b5b72de73be
This commit is contained in:
jichenjc 2016-04-24 18:52:09 +08:00
parent 40196d34db
commit fa89d6bfe5

View File

@ -1,5 +1,4 @@
.. -*- rst -*-
.. needs:method_verification
.. needs:parameter_verification
.. needs:example_verification
.. needs:body_verification
@ -25,8 +24,7 @@ Policy defaults enable only users with the administrative role or the owner of t
Normal response codes: 200
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404)
Request
-------
@ -57,8 +55,7 @@ Policy defaults enable only users with the administrative role or the owner of t
Normal response codes: 204
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
Error response codes: unauthorized(401), forbidden(403), itemNotFound(404)
Request
-------