Up
post /filter/{filterName}/update/{updateType}
Updates a given layer filter by way of xml or zip file. (filterUpdatePost)
Restfully updates the given filterName with parameters provided in the xml or zip
Path parameters
filterName (required)
Path Parameter — The name of the filter to update.
updateType (required)
Path Parameter — One of 'zip' or 'xml'
Consumes
This API call consumes the following media types via the request header:
application/xml
application/zip
Request body
Body Parameter — The parameters that are accepted by a given filter.
Responses
200
OK
400
Bad Request