revision
revision objects are POSTed to /v1/sandboxes/{sandbox_id}/revisions
to make an incremental change to a sandbox.
| Name | Type | Description |
|---|---|---|
| deltas | delta[] | Optional. The sequence of deltas to apply to the sandbox. |
| snapshot | problem | Optional. Replace the contents of the sandbox with this problem file. |
| undo_redo_to_revision | integer | Optional. Restore the sandbox to the state matching this revision number. Cannot refer to another undo/redo revision. |
Revision type
A revision must contain one and only one of either snapshot, deltas, or undo_redo_to_revision.