| FRAMES | NO FRAMES | Description | Parameters | Example |
| URL: | http://server:port/arcgis/admin/security/tokens/update |
|---|---|
| HTTP Method: | POST |
| Parent Resource: | Tokens |
| Required Privileges: | Administrator |
You can use this operation to change the token manager configuration.
| Parameter | Description |
|---|---|
| tokenManagerConfig | The JSON representation of the token manager configuration. |
| f | The response format. The default response format is html. Values: html | json |
http://server:port/arcgis/admin/security/tokens/update
tokenManagerConfig={
"type": "BUILTIN",
"properties": {
"sharedKey": "my really really secret passphrase",
"longTimeout": "2880",
"shortTimeout": "120",
}
}