Skip to content

Commit 204478f

Browse files
Remove JsonProperty attribute from PartNumber as the model is not sent as Json to notion
Co-authored-by: Copilot <[email protected]>
1 parent 70fbb3e commit 204478f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Src/Notion.Client/Api/FileUploads/Send/Request/ISendFileUploadFormDataParameters.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public interface ISendFileUploadFormDataParameters
1313
/// When using a mode=multi_part File Upload to send files greater than 20 MB in parts, this is the current part number.
1414
/// Must be an integer between 1 and 1000 provided as a string form field.
1515
/// </summary>
16-
[JsonProperty("part_number")]
1716
string PartNumber { get; }
1817
}
1918
}

0 commit comments

Comments
 (0)