Updating a Drill Filter

Usage

Updates the definition of a drill filter for a report.

Returns an error if the drill is not activated on the report.

Request

PUT /documents/<documentID>/reports/<reportID>/driller/filters<filterID>

Request body: the drill filter to update.

Response

Response type: application/xml or application/json

The response is a message stating the success or failure of the request.

Example

PUT /documents/223/reports/2/driller/filters/DP2.O11

Request body:

<filter>
    <value>Germany</value>
</filter>

Response:

<success>
    <message>The resource of type "DrillFilter" with identifier "DP2.O11" has been successfully updated.</message>
    <id>DP2.O11</id>
</success>