Unlock Atomic Transaction

put

/restproxy/api/v2/atomicTransactions/{globalTransactionId}

Unlock an atomic transaction. Sends a request to unlock chaincode keys locked by a previous atomic transaction.

Request

Supported Media Types
Path Parameters
Body ()
Request to unlock chaincode keys locked by a previous atomic transaction
Root Schema : schema
Type: object
Show Source
Nested Schema : endorsers
Type: array
Endorsers for the chaincode
Show Source
Back to Top

Response

Supported Media Types

201 Response

Successful operation for synchronous transaction
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : result
Type: object
Show Source

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

403 Response

Forbidden

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source
Back to Top