From cb4c5d18a28b760af7165309bb008cb79acc6eab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Aug 2026 15:37:28 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Photoroom/Generated/Photoroom.PhotoroomClient.VisualQa.g.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/Photoroom/Generated/Photoroom.PhotoroomClient.VisualQa.g.cs b/src/libs/Photoroom/Generated/Photoroom.PhotoroomClient.VisualQa.g.cs index 74f5ee7..29e6ce9 100644 --- a/src/libs/Photoroom/Generated/Photoroom.PhotoroomClient.VisualQa.g.cs +++ b/src/libs/Photoroom/Generated/Photoroom.PhotoroomClient.VisualQa.g.cs @@ -259,7 +259,7 @@ request.ReferenceImageFilename is null { __httpRequestContent.Add( - content: new global::System.Net.Http.StringContent($"[{string.Join(",", global::System.Linq.Enumerable.Select(request.Features, x => x.ToValueString()))}]"), + content: new global::System.Net.Http.StringContent($"[{string.Join(",", global::System.Linq.Enumerable.Select(request.Features!, x => x.ToValueString()))}]"), name: "\"features\""); }