cURL
curl --request POST \ --url http://localhost:8080/api/v1/filters \ --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>" }
Create a new filter with the given input data
Filter input
Filter input model
Show child attributes
Created
Filter response model
Was this page helpful?