From f82eef7da60c90d69b941d415474ae1b6e7b417f Mon Sep 17 00:00:00 2001 From: Leslie Mwendwa Date: Wed, 25 Mar 2026 19:56:34 +0300 Subject: [PATCH] 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 --- 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 5ab8e52c24..e5618a8cb9 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -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.