Apply new filter values
PUT {{baseUrl}}/api/dossiers/:dossierId/instances/:dossierInstanceId/filters
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ignoreMissingFilter | null | The ignoreMissingFilter controls the selector matches no found behavior, if true and no selector matches are found, then this filter input will NOT be applied and will be ignored, if false and no found, then the request will fail. |
Default value : false |
Request Body
{"0"=>{"key"=>"W83", "name"=>"Departure Airport", "selections"=>[{"id"=>"{{rd_elementId}}"}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-MSTR-AuthToken | string | (Required) | |
X-MSTR-ProjectID | string | (Required) |