Skip To Content
ArcGIS Developer
Dashboard

Rename

Description

The rename operation updates the name of a health check report.

Request parameters

ParameterDetails
reportName

A user-specified name that will be applied to the report.

Example

reportName=renamedReport
f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the rename operation:


POST /context/admin/healthCheck/reports/vegcl1xm6u/rename HTTP/1.1
Host: organization.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

reportName=renamedReport&f=pjson&token=bLfkkQEP4sxSUU-alhIUBEUXenREeiMV-ChGb4A9zfFsuRaG69xHTMYbJzm1wxzjziiEa4QZ49ABjbkwJbdiq5JvdDnXsHqmxK-mnESSG8HTqVLu7SZVuoEQzRUmH9Oy-d1azfsvrmVlFJQKEdmNdvyFZDSizGj-Q1JLX_iAJMGRwjZIoFO0k9a3ktPdI2Qjsj9gLVR2lgpPrWCkLEU38zWKOyv_YWcjn23vOBaynQxQDZTEWUdr3lcixAMQJq2Y

JSON Response example

{"success": true}