Creates a new commit in a repository. Requires authentication and write access to the repository.
create(
repo: string,
params: CommitCreateParams,
options: RequestOptions
): APIPromise<CommitCreateResponse>| Name | Type | Description |
|---|---|---|
repo* | string | |
params* | CommitCreateParams | |
options | RequestOptions |