textapi-ref: Fix type for group_snapshot_links parameter

group_snapshot_links was documented as type: string, but it should
be type: array because links are arrays of objects.

Closes-Bug: #2146259

Change-Id: I1fd6923f470539ccde0d1fe4c5d5110f2ffa859d
Signed-off-by: Leslie Mwendwa <lesmwendwa@gmail.com>
This commit is contained in:
Leslie Mwendwa
2026-03-25 19:56:34 +03:00
parent 0e56a348aa
commit f82eef7da6
+1 -1
View File
@@ -1636,7 +1636,7 @@ group_snapshot_links:
The share group snapshot links.
in: body
required: true
type: string
type: array
group_snapshot_members:
description: |
The share group snapshot members.