Update Filter Design by id
Request
Body Params application/json
{
"name": "string",
"entity": "string",
"isDefault": true,
"filters": [
{
"key": "string",
"value": "string"
}
]
}
Request samples
curl --location --request PUT 'https://platform.shopranos.eu/api/designer/filters/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"entity": "string",
"isDefault": true,
"filters": [
{
"key": "string",
"value": "string"
}
]
}'
Responses
application/json Modified at 2024-10-14 14:22:01