POST realm/workspace
The web method POST realm/workspace requests the modification lock, and opens the workspace.
If the modification lock is available, you can use this method without the force parameter.
If you request the realm modification lock while
another user holds it, this request returns a 403 error response. Nonetheless, you can force this operation, grabbing the lock:
POST realm/workspace?force=trueForcing this operation deletes the other user's workspace. Your new workspace is a fresh copy of the most recent deployment.
Copyright © Cloud Software Group, Inc. All rights reserved.