From 24200339420c846145e226df270138ff46286a21 Mon Sep 17 00:00:00 2001 From: Mark Laing Date: Thu, 19 Sep 2024 10:59:01 +0100 Subject: [PATCH] lxd: Add MetadataConfiguration to swagger doc string. Signed-off-by: Mark Laing --- lxd/documentation.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lxd/documentation.go b/lxd/documentation.go index dfc882387efc..6206c4a5560b 100644 --- a/lxd/documentation.go +++ b/lxd/documentation.go @@ -47,8 +47,7 @@ var generatedDoc embed.FS // description: Status code // example: 200 // metadata: -// type: string -// description: The generated metadata configuration +// $ref: "#/definitions/MetadataConfiguration" // "403": // $ref: "#/responses/Forbidden" // "500":