Create change
Create a new change on top of an existing base change, optionally applying initial file operations. File content must be base64-encoded.
writeAuthorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Organization slug
1Repository name
1Body
Change to create the new change on top of. Use the virtual root change id (zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz) to create the first change in an empty repository.
^[zyxwvutsrqponmlk]{32}$Description for the newly created change. When optional, omit to create the change with no description; empty string is allowed and also means no description.
- Option 1
- Option 2
Response
Change created
^[zyxwvutsrqponmlk]{32}$^[0-9a-f]{40}$True when the change current commit still contains unresolved conflicts
Current change description. Empty string means the change has no description.
Deprecated. The first entry of authors, with authored_at as its date. Use authors and authored_at instead.
Complete ordered commit attribution. Every listed author is an equal contributor; only the virtual root has an empty list.
Shared authored timestamp at native Git whole-second precision; the virtual root uses the Unix epoch.
Committer signature; the virtual root uses an empty signature at the Unix epoch.
Parent change IDs for this change

