/docs/api/origin/changelog (September 10, 2026): Merge Pull Request accepts optional mergeMethod (merge or squash); disallowed methods return FailedPrecondition, other values (including rebase) return InvalidArgument; omit it to keep pri…
Changelog
Origin API
/docs/api/origin/changelog (September 10, 2026): Merge Pull Request accepts optional mergeMethod (merge or squash); disallowed methods return FailedPrecondition, other values (including rebase) return InvalidArgument; omit it to keep prior default behavior.
Repository payloads now include read-only visibility (internal | private) plus allowMergeCommit, allowSquashMerge, and deleteBranchOnMerge on Get/Create/List Repo and List App Installation Repositories — see /docs/api/origin.
Check runs support isRerequestable and rerequestedAt; send isRerequestable on Post/Batch Upsert Check Run. New repository.check_run.rerequested webhook goes only to the owning app (repository:checks:read). Re-requested runs are omitted from list endpoints until a new attempt is posted (required checks block merge while outstanding).
Webhook payload schemas now include x-origin-webhook-events, curated sample payloads, and Event payloads reference docs generated from those schemas.
Grok Bot
/docs/grok-bot/work and /docs/grok-bot/security: Reset/recover guidance now points at Grok Bot computer; work docs also point to Routines for schedules, Slack listeners, webhooks, and empty run history.