bus

Release contract lock

post/bus/contract/{id}/release

Path parameters

idstring required

A unique identifier for a file contract

Request body

Example request

{
  "lockID": {
    "lockID": 12
  }
}

Response

Contract lock released successfully

Changes

Changed in 3 of the 50 revisions of this API.22