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\""); }