Create a new change, optionally applying initial file operations atomically. File content must be base64-encoded.Documentation Index
Fetch the complete documentation index at: https://docs.mesa.dev/llms.txt
Use this file to discover all available pages before exploring further.
Options
Repository name.
Change to create the new change on top of. Use Mesa’s virtual root change ID for the first change in an empty repository.
Organization override.
Change message. Required when
files is non-empty.Commit author identity. Required when
files is non-empty.Committer identity. When omitted, the server falls back to
author.File operations to apply atomically. Upserts use
{ path, content, encoding?, action?, mode? }; deletes use { path, action: 'delete' }.Response
Returns a change object withid, current_commit_oid, is_conflicted, message, author, committer, parents, created_at, and updated_at.
Required scope
write
