Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.21 KB

ExampleMultipartFormData.md

File metadata and controls

13 lines (10 loc) · 1.21 KB

ExampleMultipartFormData

Properties

Name Type Description Notes
Branch string The branch on which the <code>path</code> should be modified or created. [optional] [default to null]
Content string The full content of the file at <code>path</code>. [optional] [default to null]
Message string The message associated with this change, to be used as the commit message. Or null if the default message should be used. [optional] [default to null]
SourceBranch string The starting point for <code>branch</code>. If provided and different from <code>branch</code>, <code>branch</code> will be created as a new branch, branching off from <code>sourceBranch</code>. [optional] [default to null]
SourceCommitId string The commit ID of the file before it was edited, used to identify if content has changed. Or null if this is a new file [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]