| FRAMES | NO FRAMES | Description | Parameters | Response | Example |
| URL: | http://server:port/arcgis/admin/system/webadaptors/<webadaptor>/update |
|---|---|
| HTTP Method: | POST |
| Parent Resource: | Web Adaptor |
| Required Privileges: | Administrator |
This operation allows you to update the description, HTTP port, and HTTPS port of a Web Adaptor
that is registered with the server.
Note:
| Parameter | Description |
|---|---|
| description | A descriptive string for the Web Adaptor. |
| httpPort | The HTTP port of the web server that runs the Web Adaptor. |
| httpsPort | The HTTPS (SSL) port of the web server that runs the Web Adaptor. |
http://server:port/arcgis/admin/system/webadaptors/f0d4c489-399d-417e-9400-7c07cfb96470/update description=Web Adaptor entry point for external users httpPort=80 httpsPort=443