From 65d9d4ebc28912437a2d8e7824fd7eec15848862 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 24 Aug 2018 17:28:03 -0400 Subject: [PATCH] api-ref: fix volume attachment update policy note Since change Iac03258735f3d856a474ab96fe9b0a087e32906f the PUT /servers/{server_id}/os-volume_attachments/{volume_id} (swap volume) API is admin-only by default. This fixes the documentation in the API reference. Change-Id: I9e7fe40536cf5f03d97eb80fd4459b5a74e92f76 Related-Bug: #1522705 --- api-ref/source/os-volume-attachments.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api-ref/source/os-volume-attachments.inc b/api-ref/source/os-volume-attachments.inc index 99a125562a..52a2aecde5 100644 --- a/api-ref/source/os-volume-attachments.inc +++ b/api-ref/source/os-volume-attachments.inc @@ -145,9 +145,9 @@ Update a volume attachment. .. note:: This action only valid when the server is in ACTIVE, PAUSED and RESIZED state, or a conflict(409) error will be returned. -Policy defaults enable only users with the administrative role or -the owner of the server to perform this operation. Cloud providers -can change these permissions through the ``policy.json`` file. +Policy defaults enable only users with the administrative role to perform +this operation. Cloud providers can change these permissions through the +``policy.json`` file. Normal response codes: 202