Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 926 Bytes

PostV5ReposOwnerRepoCommitsActions.md

File metadata and controls

17 lines (12 loc) · 926 Bytes

PostV5ReposOwnerRepoCommitsActions

Properties

Name Type Description Notes
action string 文件操作:`create`, `delete`, `move`, `update`, `chmod`
path string 文件路径
previousPath string 原文件路径,文件重命名 `move` 时使用 [optional]
content string 文件内容 [optional]
encoding string 文件内容编码 `text` 或者 `base64` [optional]
lastCommitId string 文件最近一次提交的 SHA [optional]
executeFilemode bool 是否添加文件可执行标志 [optional]

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