LeasableLock
get
Responses
200
OK
*/*
get
/cmn/leasable-locks200
OK
Last updated
Was this helpful?
OK
OK
Last updated
Was this helpful?
Was this helpful?
PUT /api/cmn/leasable-locks/{token}?leasePeriod=1 HTTP/1.1
Host: localhost:53907
Accept: */*
{
"key": "text",
"token": 1,
"user": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"lockedBySystem": false,
"validUntil": "2026-02-10T16:40:52.595Z"
}DELETE /api/cmn/leasable-locks/{token} HTTP/1.1
Host: localhost:53907
Accept: */*
{
"context": "text",
"messageValue": "text"
}GET /api/cmn/leasable-locks HTTP/1.1
Host: localhost:53907
Accept: */*
[
{
"key": "text",
"token": 1,
"user": {
"id": "text",
"label": "text",
"description": "text",
"active": true
},
"lockedBySystem": false,
"validUntil": "2026-02-10T16:40:52.595Z"
}
]DELETE /api/cmn/leasable-locks/custom/{token} HTTP/1.1
Host: localhost:53907
Accept: */*
{
"context": "text",
"messageValue": "text"
}