Fix typo in response status code

This patch fixes a typo error in response status code of
api-ref/source/quota-sets.inc

TrivialFix

Change-Id: I691c80b99b7d86278259fddff59d6aaf26d7bdd5
This commit is contained in:
Nguyen Phuong An 2016-09-09 10:04:58 +07:00
parent a7dc61e425
commit 8118e24826
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ If you specify the optional ``user_id`` query parameter, you delete
the quotas for this user in the tenant. If you omit this parameter,
you delete the quotas for the project.
Error response codes: 202
Normal response codes: 202
Error response codes: badRequest(400), unauthorized(401), forbidden(403)
Request