Commit and push a new version of the file
scripts_post_javascript_git_commits(id, content, message, file_hash)
integer required. The ID of the file.
string required. The contents to commit to the file.
string required. A commit message describing the changes being made.
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.