diff options
author | jichenjc <jichenjc@cn.ibm.com> | 2016-04-22 08:06:28 +0800 |
---|---|---|
committer | jichenjc <jichenjc@cn.ibm.com> | 2016-04-22 08:06:28 +0800 |
commit | 918560396e8512a14c5530e03860d7f222262fb0 (patch) | |
tree | f786ac9e2e635b0f28075208a4a3f1070947516a /api-ref/source/limits.inc | |
parent | 5fb3e39e478fc661668634f5e097c4fa776b7331 (diff) | |
download | nova-918560396e8512a14c5530e03860d7f222262fb0.tar.gz |
Complet Method Verification of limits
This complete the Method Verification of limits,
as this is the only method supported.
http://paste.openstack.org/show/495202/
has the method call and return sample value.
also, clean and correct some error return code.
Part of bp:api-ref-in-rst
Change-Id: Ic1dca126d1acef3eaa8a56ef764f3ddefcb28ba4
Diffstat (limited to 'api-ref/source/limits.inc')
-rw-r--r-- | api-ref/source/limits.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/api-ref/source/limits.inc b/api-ref/source/limits.inc index ed4cf02bfe..15713f35c9 100644 --- a/api-ref/source/limits.inc +++ b/api-ref/source/limits.inc @@ -1,5 +1,4 @@ .. -*- rst -*- -.. needs:method_verification .. needs:parameter_verification .. needs:example_verification .. needs:body_verification @@ -19,8 +18,7 @@ Shows rate and absolute limits for the 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: unauthorized(401), forbidden(403) Request ------- |