API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

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

NameTypBeschreibung
ttlMsinteger

Pfad-Parameter

NameTypBeschreibung
iderforderlichstring

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

Suche