{
"filters": {
"calls": {
"status__in": ["Answered"],
"call_duration__gte": 10
}
},
"description": "A car dealership in the sale of used and new vehicles."
}curl --location --globoff --request PATCH 'https://api.sudonum.com.com/v2/sumi/config/{{uuid}}' \
--header 'Content-Type: application/json' \
--data '{
"filters": {
"calls": {
"status__in": ["Answered"],
"call_duration__gte": 10
}
},
"description": "A car dealership in the sale of used and new vehicles."
}'{
"uuid": "afc814b2-504b-4f1e-9754-6085b561e685",
"name": "test6",
"description": "A car dealership in the sale of used and new vehicles.",
"filters": {
"calls": {
"status__in": [
"Answered"
],
"call_duration__gte": 20
}
},
"moments_inbound": {
"negative": [
"This is negative"
],
"positive": [
"This is positive",
"another1",
"another2",
"another3",
"another4",
"another5"
]
},
"moments_outbound": {
"negative": [
"This is negative"
],
"positive": [
"This is positive",
"another1",
"another2",
"another3",
"another4",
"another5"
]
},
"sector": "properties",
"created": "2026-04-01T11:26:47.709264Z"
}