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:
parent
f3ec5e738c
commit
818f4e1d06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user