cURL
curl --request PATCH \ --url http://localhost:8080/api/v1/filters/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "data": { "attributes": { "description": "<string>", "name": "<string>", "script": [ 123 ] }, "type": "<string>" } } '
{ "attributes": { "description": "<string>", "name": "<string>", "script": [ 123 ] }, "id": "<string>", "type": "<string>" }
Update an existing filter’s details
Filter ID
Updated filter input
Filter input model
Show child attributes
OK
Filter response model
Was this page helpful?