SA REST API : System Architect REST API : Handle encyclopedia transactions : CloseUnlockCommit
  
CloseUnlockCommit
If the encyclopedia was opened for update/readwrite then the changes will only be committed if the Commit action is requested.
Syntax
http://<Machine Name|IP>:<Port>/SARest/SQL/<Server Name>/<Encyclopedia Name>/<Workspace ID>/CloseUnlock&updateSession=<SessionID>
This must be a POST request with the following data provided:
<closeUnlock commit="1" />
or
<closeUnlock commit="0" />
Results
<closeUnlock/>
Comments
If the commit attribute is missing then the CloseUnlock function is triggered.
For information on how to obtain a session id, see Start update session.
See also
OpenLock
Parent topic
Handle encyclopedia transactions