SA REST API : System Architect REST API : End update session
  
End update session
Ends an update session. Using a session saves time where multiple update requests need to be made as time is spent initializing things so that updates can be made.
Syntax
http://<Machine Name|IP>:<Port>/SARest/SQL/<Server Name>/<Encyclopedia Name>/<Workspace ID>/EndUpdateSession
This must be a POST request.
Example
http://localhost:8889/SARest/SQL/MySQLServer/Samples/1/EndUpdateSession?updateSession=text
Results
The session is ended.
If an exception occurs, the returned data is:
<Exception>
   <Message>text</Message>
   <ErrorCode>number</ErrorCode>
</Exception>
Comments
This requires SAXT to be installed and for SAREST to have been configured with the SAXT URL.
Parent topic
System Architect REST API