Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.06 KB

NewFileParam.md

File metadata and controls

17 lines (13 loc) · 1.06 KB

NewFileParam

Properties

Name Type Description Notes
AccessToken string 用户授权码 [optional] [default to null]
Content string 文件内容, 要用 base64 编码 [optional] [default to null]
Message string 提交信息 [optional] [default to null]
Branch string 分支名称。默认为仓库对默认分支 [optional] [default to null]
CommitterName string Committer的名字,默认为当前用户的名字 [optional] [default to null]
CommitterEmail string Committer的邮箱,默认为当前用户的邮箱 [optional] [default to null]
AuthorName string Author的名字,默认为当前用户的名字 [optional] [default to null]
AuthorEmail string Author的邮箱,默认为当前用户的邮箱 [optional] [default to null]

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