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