POST /v1/dms/documents/{id}/extend-lock
POST/v1/dms/documents/{id}/extend-lock
Extend the checkout lock on a DMS document (owner only)
Request Body
| Name | Typ | Beschreibung |
|---|
ttlMs | integer | |
Pfad-Parameter
| Name | Typ | Beschreibung |
|---|
iderforderlich | string | |
Beispiel
curl -X POST https://api.codemeta-os.de/v1/dms/documents/{id}/extend-lock \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"ttlMs": 0
}'
const result = await cm.dms.post({
"ttlMs": 0
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |