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:
parent
69f721b399
commit
be3ed99428
@ -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
|
||||
-------
|
||||
|
Loading…
x
Reference in New Issue
Block a user