bus
Acquire contract lock. This lock is used to prevent multiple operations on the same contract from happening at the same time. Usually any operation that requires an update to the contract's revision needs to acquire the lock.
post/bus/contract/{id}/acquire
Path parameters
idstring required
A unique identifier for a file contract
Request body
Example request
{
"duration": 30000,
"priority": 80
}Response
Contract lock acquired
Example response
{
"lockID": 12
}Changes
Changed in 3 of the 50 revisions of this API.12
- ○
api tag
busaddedapi-tag-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 99 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲