bus
Keep contract lock alive
When a contract lock gets acquired, a certain timeout is applied. This lock can be kept alive by sending a keepalive request. If the lock is not kept alive, it will be released automatically after the timeout.
post/bus/contract/{id}/keepalive
Path parameters
idstring required
A unique identifier for a file contract
Request body
Example request
{
"duration": 30000,
"lockID": {
"lockID": 12
}
}Response
Contract lock keepalive successful
Changes
Changed in 3 of the 50 revisions of this API.22
- ▲
removed the media type
text/plainfor the response with the status500response-media-type-removed
- ○
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
- ▲