From 5f6996ac539059fa0cbcc712a8b2ac8b79309b5f Mon Sep 17 00:00:00 2001 From: Ca2didi Date: Fri, 9 May 2025 00:24:44 +0800 Subject: [PATCH] fix: fix futher --- Flawless.Client/Service/Remote_Generated.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flawless.Client/Service/Remote_Generated.cs b/Flawless.Client/Service/Remote_Generated.cs index 8bc0a55..ab41d73 100644 --- a/Flawless.Client/Service/Remote_Generated.cs +++ b/Flawless.Client/Service/Remote_Generated.cs @@ -264,7 +264,7 @@ namespace Flawless.Client.Remote /// OK /// Thrown when the request returns a non-success status code. [Multipart] - [Headers("Accept: text/plain, application/json, text/json", "Content-Type: multipart/form-data")] + [Headers("Accept: text/plain, application/json, text/json")] [Post("/api/repo/{userName}/{repositoryName}/create_commit")] Task CreateCommit(string userName, string repositoryName, StreamPart depot, string message, IEnumerable workspaceSnapshot, IEnumerable requiredDepots, string mainDepotId, CancellationToken cancellationToken = default);