From 4eef6ccb4dd2cc25aec0c41c1779d82697c7ce17 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Tue, 10 Apr 2018 02:02:51 +0000 Subject: [PATCH] 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 --- zun/api/rest_api_version_history.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/zun/api/rest_api_version_history.rst b/zun/api/rest_api_version_history.rst index ac892c578..891f68d8d 100644 --- a/zun/api/rest_api_version_history.rst +++ b/zun/api/rest_api_version_history.rst @@ -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//rename). + The equivalent functionality is re-introduced by the patch endpoint + (PATCH /containers/). To rename a container, users can send + a request to the endpoint with the data in the following form: + + {'name': ''}