Merge "[api-ref] Fix http method for updating encryption type"
This commit is contained in:
commit
d45e507887
@ -387,7 +387,7 @@ Response Example
|
||||
Update an encryption type for v2
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. rest_method:: POST /v2/{project_id}/types/{volume_type_id}/encryption/{encryption_id}
|
||||
.. rest_method:: PUT /v2/{project_id}/types/{volume_type_id}/encryption/{encryption_id}
|
||||
|
||||
Update an encryption type.
|
||||
|
||||
|
@ -532,7 +532,7 @@ Response Example
|
||||
Update an encryption type
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. rest_method:: POST /v3/{project_id}/types/{volume_type_id}/encryption/{encryption_id}
|
||||
.. rest_method:: PUT /v3/{project_id}/types/{volume_type_id}/encryption/{encryption_id}
|
||||
|
||||
Update an encryption type.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user