Create or Update File Content
Creates or updates a file in a GitHub repository.
Query
Comma-separated response fields to include.
Body
Repository owner or organization login.
Repository name.
Path to the file within the repository.
The commit message.
The new file content, using Base64 encoding.
The blob SHA of the file being replaced when updating an existing file.
The branch name. Defaults to the repository default branch.
Committer information. Defaults to the authenticated user.
The name of the committer.
The email of the committer.
The commit date for the committer.
Author information. Defaults to the committer or authenticated user.
The name of the author.
The email of the author.
The commit date for the author.