Change the type of the group_snapshot_members field from string to array
The member type for group snapshots was incorrectly defined as a string. This change updates the type to an array. Closes-Bug: #2146260 Change-Id: Ib3452f4f4244ac0f8ca248948e60071f42594598 Signed-off-by: comfort oyewole <coyewole7@gmail.com>
This commit is contained in:
@@ -1642,7 +1642,7 @@ group_snapshot_members:
|
||||
The share group snapshot members.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
type: array
|
||||
group_snapshot_status_required:
|
||||
description: |
|
||||
Filters by a share group snapshot status. A valid value is
|
||||
|
||||
Reference in New Issue
Block a user