R/generated_client.R
scripts_post_javascript_git_commits.RdCommit and push a new version of the file
scripts_post_javascript_git_commits(id, content, message, file_hash)
| id | integer required. The ID of the file. |
|---|---|
| content | string required. The contents to commit to the file. |
| message | string required. A commit message describing the changes being made. |
| file_hash | string required. The full SHA of the file being replaced. |
A list containing the following elements:
string, The file's contents.
string, The file's type.
integer, The file's size.
string, The SHA of the file.