We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330b7e7 commit 55cf874Copy full SHA for 55cf874
test/Kaonavi.NET.Tests/KaonaviClient.Sheet.Test.cs
@@ -311,8 +311,7 @@ public async ValueTask Sheet_CreateAsync_Calls_PostApi()
311
static req => req.Content!.ShouldHaveJsonBody("member_data"u8, SheetDataJson)
312
);
313
}
314
-
315
+
316
/// <summary>
317
/// <inheritdoc cref="KaonaviClient.ISheet.AddFileAsync" path="/param[@name='id']"/>または<inheritdoc cref="KaonaviClient.ISheet.AddFileAsync" path="/param[@name='customFieldId']"/>が<c>0</c>未満のとき、
318
/// <see cref="KaonaviClient.Sheet.AddFileAsync"/>は<see cref="ArgumentOutOfRangeException"/>をスローする。
0 commit comments