Fix response code for update and delete API in volume attachments
The normal response code for update or delete API described in volume attachments api-ref is 202, but the actual response code from the curl request is 200. This patch is to fix the response codes of these two APIs in api-ref. Change-Id: I6eb43f63bb504cb64b12f55de759779058b2979d
This commit is contained in:
parent
bbf2116abe
commit
2d8d09f097
@ -14,7 +14,7 @@ Delete attachment
|
||||
|
||||
Deletes an attachment.
|
||||
|
||||
Normal response codes: 202
|
||||
Normal response codes: 200
|
||||
Error response codes: badRequest(400), itemNotFound(404)
|
||||
|
||||
|
||||
@ -214,7 +214,7 @@ Update an attachment
|
||||
Update a reserved attachment record with connector information
|
||||
and set up the appropriate connection_info from the driver.
|
||||
|
||||
Normal response codes: 202
|
||||
Normal response codes: 200
|
||||
Error response codes: badRequest(400), itemNotFound(404)
|
||||
|
||||
Request
|
||||
|
Loading…
Reference in New Issue
Block a user