Record
create-commit-params
No description available.
record create-commit-params {
owner: string,
repo: string,
author: option<create-commit-body-author>,
committer: option<create-commit-body-committer>,
message: string,
parents: option<list<string>>,
signature: option<string>,
tree: string,
}Fields
| Name | Type | Description |
|---|---|---|
| owner | string | |
| repo | string | |
| author | option<create-commit-body-author> | |
| committer | option<create-commit-body-committer> | |
| message | string | |
| parents | option<list<string>> | |
| signature | option<string> | |
| tree | string |