Record
create-or-update-file-contents-params
No description available.
record create-or-update-file-contents-params {
owner: string,
repo: string,
path: string,
author: option<create-or-update-file-contents-body-author>,
branch: option<string>,
committer: option<create-or-update-file-contents-body-committer>,
content: string,
message: string,
sha: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| path | string | |
| author | option<create-or-update-file-contents-body-author> | |
| branch | option<string> | |
| committer | option<create-or-update-file-contents-body-committer> | |
| content | string | |
| message | string | |
| sha | option<string> |