Skip to content

Commit

Permalink
Merge pull request #12 from tryAGI/bot/update-openapi_202411030139
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 3, 2024
2 parents 7c5f5ec + e1208b4 commit 39bf1d3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/libs/Tripo/Generated/Tripo.TripoApi.UploadFile.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,7 @@ partial void ProcessUploadFileResponseContent(
}
using var __httpRequestContent = new global::System.Net.Http.MultipartFormDataContent();
__httpRequestContent.Add(
content: new global::System.Net.Http.ByteArrayContent(request.File ?? global::System.Array.Empty<byte>())
{
Headers =
{
ContentType = global::System.Net.Http.Headers.MediaTypeHeaderValue.Parse("multipart/form-data"),
},
},
content: new global::System.Net.Http.ByteArrayContent(request.File ?? global::System.Array.Empty<byte>()),
name: "file",
fileName: request.Filename ?? string.Empty);
__httpRequest.Content = __httpRequestContent;
Expand Down

0 comments on commit 39bf1d3

Please sign in to comment.