From 4f59442887e67f9348cc7fed662dbd14f4f4515d Mon Sep 17 00:00:00 2001 From: soyoon-lee Date: Thu, 29 May 2025 07:35:08 +0900 Subject: [PATCH] [doc] Update the "lock_visibility" description in the POST grant access API Replace the "access_secret" field with the "access_key" field in the description of "lock_visibility". Closes-Bug: #2111954 Change-Id: I1b493f3b1375c8bd0c045db5f2ad8ffe14fd7b96 --- api-ref/source/parameters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 6f2f7e0d40..86e1d76e44 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -1760,7 +1760,7 @@ lock_deletion: lock_visibility: description: | Whether the resource should have its sensitive fields restricted or not. - When enabled, other users will see the "access_to" and "access_secret" + When enabled, other users will see the "access_to" and "access_key" fields set to ****** in: body required: false