Record
post-v3-projects-id-repository-commits-params
No description available.
record post-v3-projects-id-repository-commits-params {
id: string,
branch-name: string,
commit-message: string,
actions: list<string>,
author-email: option<string>,
author-name: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| branch-name | string | |
| commit-message | string | |
| actions | list<string> | |
| author-email | option<string> | |
| author-name | option<string> |