From 818f4e1d065e2c5563736e848ba64005cfc6f69e Mon Sep 17 00:00:00 2001 From: Clifford Emeka <emclidon@gmail.com> Date: Wed, 29 Mar 2023 09:25:42 +0100 Subject: [PATCH] Change the default value for `is_public` for share group type creation The default value for "is_public" parameter for share group type creation should be True. However, it is set to `false`. Fix the error in the documentation and sets the default value of `is_public` to `true`. Closes-bug: #1997743 Change-Id: Ia596ec0ffcf16414c6b4a5f0e1631e7a755af23a --- 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 d715dc4088..569d76c2f4 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -2777,7 +2777,7 @@ share_group_type_is_public: description: | The level of visibility for the share group type. Set to ``true`` to make share group type public. Set to ``false`` to - make it private. Default value is ``false``. + make it private. Default value is ``true``. in: body required: true type: boolean