From 154db2926c10829361da98e7d2785deb51e0486b Mon Sep 17 00:00:00 2001 From: junboli Date: Mon, 14 Aug 2017 08:50:42 +0800 Subject: [PATCH] [Api-ref] remove "is_public" in snapshot updated description In api-ref/source/snapshot.inc, when update a snapshot, we can only update its "display_name" and "display_description", is_public can not be updated, So this change is to remove "is_public" in update snapshot description. Change-Id: I02109fc032df4bbf8ef487a567c7dd8d1d9c66ce Closes-bug: #1710523 --- api-ref/source/snapshots.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/api-ref/source/snapshots.inc b/api-ref/source/snapshots.inc index 4775e3be08..4fcd610ed9 100644 --- a/api-ref/source/snapshots.inc +++ b/api-ref/source/snapshots.inc @@ -368,8 +368,6 @@ You can update these attributes: - ``display_description``, which also changes the ``description`` of the share snapshot. -- ``is_public``. Changes the level of visibility. - If you try to update other attributes, they retain their previous values.