We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd77c4 commit a6e4b61Copy full SHA for a6e4b61
modules/structs/repo_file.go
@@ -79,7 +79,7 @@ type ChangeFileOperation struct {
79
Path string `json:"path" binding:"Required;MaxSize(500)"`
80
// new or updated file content, it must be base64 encoded
81
ContentBase64 string `json:"content"`
82
- // the bolb ID (SHA) for the file that already exists, required for changing existing files
+ // the blob ID (SHA) for the file that already exists, required for changing existing files
83
SHA string `json:"sha"`
84
// old path of the file to move
85
FromPath string `json:"from_path"`
0 commit comments