Keep v3 api-ref error response code 404 for reverting

Client can still receive the 404/NotFound when attempting
the fetch of the volume.

Change-Id: Ieafaae5ccb5a23b4d3ad37b8e7eee40484346cfc
Signed-off-by: Xiaojun Liao <xiaojunliao85@gmail.com>
This commit is contained in:
Xiaojun Liao 2017-12-13 11:01:09 +08:00
parent 69f721b399
commit be3ed99428
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Revert a volume to its latest snapshot, this API only support reverting a detach
Normal response codes: 202
Error response codes: 400(HTTPBadRequest), 403(HTTPForbidden), 409(HTTPConflict)
Error response codes: 400(HTTPBadRequest), 403(HTTPForbidden), 404(HTTPNotFound), 409(HTTPConflict)
Request
-------