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
This commit is contained in:
Clifford Emeka 2023-03-29 09:25:42 +01:00
parent f3ec5e738c
commit 818f4e1d06

View File

@ -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