The parameter of the request body takes a JSON-serialized query. Some query types (e.g., task queries) allow to specify EL expressions in their parameters and may therefore be abused for remote code execution. See the section on in the user guide for details.

Method

PUT

Parameters

Result

This method returns no content.

Response Codes

Code Media type Description
204 Request successful.
400 application/json Filter was invalid. See Introduction for the error response format.
403 application/json The authenticated user is unauthorized to update this filter. See the for the error response format.
404 application/json Filter cannot be found. See the Introduction for the error response format.

Example

PUT

Status 204. No content.