Skip to main content
POST
Roll back a change

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

diff_id
string<uuid>
required

Body

application/json
reason
string
required
Required string length: 3 - 1000

Response

The rollback diff, already applied.

applied_version
integer | null
required

The version the diff created when it was applied.

author_id
string<uuid> | null
required
author_label
string | null
required

Set when a cell proposed the diff, such as assistant@cell-1.

base_version
integer
required

The configuration version the diff was written against. A diff written against an outdated document is refused at approval.

created_at
string<date-time>
required
decided_at
string<date-time> | null
required
decided_by
string<uuid> | null
required
diff_id
string<uuid>
required
document
any
required
reason
string
required
rollback_of
string<uuid> | null
required

The diff this one rolled back.

space_id
string<uuid>
required
status
enum<string>
required
Available options:
pending,
proposed,
applied,
rejected
type
string
required