Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Path Parameters

id
string
required
version
integer
required

Response

200 - application/json

Successful response

success
boolean
required
liveVersion
number
required

The current live version the merge was computed against.

draftDateUpdated
string<date-time>
required

The draft's last-modified timestamp at merge time.

conflicts
object[]
required
rebaseRequired
boolean
required

Whether the draft must be rebased before it can be published. This is true when the merge has conflicts, or when the organization requires rebasing and the draft or its approval is out of date. If there are no conflicts, a caller with Bypass draft approvals access can send ignoreWarnings: true to force-publish instead.

result
object