- URL:https://<notebookserveradmin>/system/webadaptors/config/update
(POST only)
- Required Capability:Administrator
- Version Introduced:10.7
Description
You can use this operation to change the configuration parameters and shared key for your site's ArcGIS Web Adaptor.
Caution:
- If the shared key parameter has been changed, you need to re-register your ArcGIS Web Adaptor so it can pick up the updated key.
- The configuration must always have the shared key parameter.
Request Parameters
Parameter | Details |
---|---|
webAdaptorsConfig | The sharedKey attribute must always be present in this JSON. |
Example Usage
https://notebookwebadaptor.domain.com/notebook/admin/system/webadaptors/config/update
webAdaptorsConfig={
"sharedKey": "kNHyEwHEj8d3OngJK+sRZoXsZdhzS95EwGkFwYpo0RE="
}