Add the missing API version history
Document the API version 1.14 which is introduced by https://review.openstack.org/#/c/557595/ Change-Id: If45819e55d8a4baf25172e28a50bd8ba81b251b3
This commit is contained in:
parent
3d3580fe39
commit
4eef6ccb4d
@ -113,3 +113,13 @@ user documentation.
|
||||
|
||||
Add a new api for a list of networks on a container.
|
||||
Users can use this api to list up neutron network on a container.
|
||||
|
||||
1.14
|
||||
----
|
||||
|
||||
Remove the container rename endpoint (POST /containers/<container>/rename).
|
||||
The equivalent functionality is re-introduced by the patch endpoint
|
||||
(PATCH /containers/<container>). To rename a container, users can send
|
||||
a request to the endpoint with the data in the following form:
|
||||
|
||||
{'name': '<new-name>'}
|
||||
|
Loading…
x
Reference in New Issue
Block a user