Documentation Index
-
Authentication
- Query for Documents
- Getting and Modifying Documents
- Rendering
To ensure that document can be changed and that no other user will be able to change it meanwhile there is possibility to lock a document. To lock a document for specific period of time POST LockInfo to the lock link in the document. Client is responsible to keep the lock alive by repeatedly locking a document before the lock is expired.
To release a lock execute a DELETE on the lock link in the document
Locking mechanism is done on session level, so if you login again without releasing the lock you will not be able to lock the document again before the lock period expire