Publish
Commit the publish transaction
Commit the publish transaction and attemp to move the content from the transaction directory onto the live site.
post/commit
Query parameters
transactionIdstring required
The publishing transactionID to commit
Response
Sucessfully committed the publishing transaction
Example response
{
"message": "New transaction created.",
"transaction": {
"startDate": "2018-10-19T13:08:03.238+0100"
}
}