Alter
- URL: https://<versionmanagementservice-url>/alter(POST only)
- Version Introduced:10.6
Description
The alter operation allows you to change the geodatabase version's name, description, and access permissions.
Request Parameters
Parameter | Details |
|---|---|
| f | Description: Optional parameter to specify the output format of the response. The default response format is html. Values: html | json |
| ownerName | Description: Optional parameter specifying the new owner name. |
| versionName | Description: Optional parameter specifying the new version name. |
| description | Description: Optional parameter specifying the new description of the version. |
| accessPermission | Description: Optional parameter to specify the new access permissions of the altered version. Values: private | public | protected |
JSON Response Syntax
{
"success" : <true | false>,
"error" : { // only if success is false
"extendedCode" : <HRESULT>,
"message" : <error message>,
"details" : [ <detail> ]
}
}