From 3b0d3175c0b25fa58835518df2aa126858e3fde8 Mon Sep 17 00:00:00 2001 From: Paul Hutchings Date: Mon, 1 Jun 2026 21:23:15 -0400 Subject: [PATCH] Fix response type for volume grants --- src/conf/domino-netapp-api.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/conf/domino-netapp-api.json b/src/conf/domino-netapp-api.json index ff855f5..2538a7c 100644 --- a/src/conf/domino-netapp-api.json +++ b/src/conf/domino-netapp-api.json @@ -3777,7 +3777,10 @@ "200": { "description": "OK", "schema": { - "$ref": "#/definitions/remotefs.VolumeGrant" + "type": "array", + "items": { + "$ref": "#/definitions/remotefs.VolumeGrant" + } } }, "400": {