v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-23625.5 KB
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

messagestring

message about the request result

errorboolean

indicates if the request was successful

Example response

{
  "message": "New transaction created.",
  "transaction": {
    "startDate": "2018-10-19T13:08:03.238+0100"
  }
}