v1

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

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"
  }
}