Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Status
titleGET
 Get the current status of the repository in a transaction

Warning

TODO?

Example:

Code Block
curl "http://localhost:8080/rest/tx:86dd0891-d975-42d8-8837-a24ad6041b59"

Response:

Code Block
Status: 200 OK

Headers:
Link: http://localhost:8080/rest/tx:86dd0891-d975-42d8-8837-a24ad6041b59?limit=-1&offset=0;rel="first"

Body:
Same as non-transaction response.


Status:

Status
subtletrue
colourGreen
title200
OK

Status
subtletrue
colourRed
title410
Transaction not found 


...


Status
colourBlue
titlePOST
 Create Create a new transaction (or keep an existing transaction alive)

Info

After retrieving a transaction resource, the client can execute any REST API method prefixed by the transaction location.

...