| FRAMES | NO FRAMES | Description | Parameters | Examples | Response | 
| URL | http://<wmservice-url>/publicQueries/updateQueryContainer | 
|---|---|
| Parent Resource | Public Queries | 
| Parameter | Details | 
|---|---|
| f | Description: The response format. The default response format is html. Values: html | json  | 
| user | Required Description: The username of the person who makes the update query container request. The person must have AdministratorAccess Privilege to update public query containers.  | 
| id | Required Description: The ID of query container ID of the query container to update.  | 
| name | Required Description: The name of the query container to update.  | 
Example: URL for updating name of the public query container to "New Queries". The query container ID = "401" in the "Workflow" service on sampleserver. The person who makes the request is "admin0000".
http://sampleserver/arcgis/rest/services/Workflow/WMServer/publicQueries/updateQueryContainer?user=admin0000&id=401&name=New+Queries&f=pjson
{ "success": true }
{ "success": true }