Complet Method Verification of simple tenant usage

verified the API doc for os-simple-tenant-usage,
remove some common error code like 500, 503 etc

Part of bp:api-ref-in-rst

Change-Id: I90d6899cdb9dc9983fdbfd5156b369ab2fb88226
This commit is contained in:
jichenjc 2016-04-23 01:48:40 +08:00
parent a4e15e329f
commit 35b0a1236a
1 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,4 @@
.. -*- rst -*-
.. needs:method_verification
.. needs:parameter_verification
.. needs:example_verification
.. needs:body_verification
@ -19,8 +18,7 @@ Lists usage information for all tenants.
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: badRequest(400), unauthorized(401), forbidden(403)
Request
-------
@ -46,8 +44,7 @@ Shows usage details for a tenant.
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: badRequest(400), unauthorized(401), forbidden(403)
Request
-------