Documented two new write endpoints on /docs/api/origin and /docs/api/origin/changelog: Create Git Ref (POST .../git/refs) to create a branch at an existing commit, and Create Commit From Files (POST .../git/commits:createFromFiles) to co…
Changelog
Origin API
Documented two new write endpoints on /docs/api/origin and /docs/api/origin/changelog: Create Git Ref (POST .../git/refs) to create a branch at an existing commit, and Create Commit From Files (POST .../git/commits:createFromFiles) to commit inline file changes and advance a branch (up to 1,000 files / 8 MiB per file / 32 MiB total). Both need repository:contents:write.
repository:contents:write now covers creating branches and committing file changes through the Git data endpoints; Create Commit From Files is included in the heavier write rate-limit bucket with Create Repo and Merge Pull Request.
Webhook delivery retries failed sends seven times (was six), with the first retry at 5 seconds; the full ladder is 5s, 30s, 1m, 2m, 4m, and 8m.