- URL: https://<version-url>/stopReading(POST only)
- Version Introduced:10.6
Description
Using the specified sessionId value, the shared lock is released on the version.
Note:
Review the read and edit session requirements for version resource operations.
Request parameters
Parameter | Details |
---|---|
f | The output response format. The default response format is html. This parameter is optional. Values: html | json |
sessionId | The client generated session ID (GUID). This parameter is required. Syntax: sessionId = {3F2504E0-4F89-41D3-9A0C-0305E82C3301} |
JSON Response syntax
{
"success" : <true | false>,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}