FRAMES | NO FRAMES Description | Parameters | Examples | Response
Update Query Container (Operation)
URL http://<wmservice-url>/publicQueries/updateQueryContainer
Parent Resource Public Queries

Description

This operation is supported from 10.3.1 onwards.

Updates a public query container.

Parameters

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 Usage

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

JSON Response Syntax

{ "success": true }

JSON Response Example

{ "success": true }