Apply new filter values

PUT {{baseUrl}}/api/dossiers/:dossierId/instances/:dossierInstanceId/filters

Request Params

KeyDatatypeRequiredDescription
ignoreMissingFilternullThe 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

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required)
X-MSTR-ProjectIDstring(Required)