Publish
Attempt to rollback the publish transaction
Attemps to rollback the publish transaction if there has been an error.
post/rollback
Query parameters
transactionIdstring required
The publishing transactionID to rollback
Response
Sucessfully rolled back the publishing transaction
Example response
{
"message": "New transaction created.",
"transaction": {
"startDate": "2018-10-19T13:08:03.238+0100"
}
}