v48

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-275867561.6 MB
commits

Create a commit

Creates a new commit in a repository. Requires authentication and write access to the repository.

post/commits/{owner}/{repo}

Path parameters

ownerstring required

Repository owner (tenant handle) or '-' for private repos

repostring required

Repository handle

Request body

descriptionstring
manifestobject
parent_commitstring
{"stackTrail":"components:schemas:commits.CreateCommitReq:properties:skip_webhooks","oasType":"schema","type":"unknown","description":"SkipWebhooks allows skipping webhook notifications. Can be true (boolean) to skip all, or an array of webhook UUIDs to skip specific ones."}

Response

Created