curl --request PATCH \
--url http://localhost:8080/cabinet/admin/tickets/settings \
--header 'Content-Type: application/json' \
--data '
{
"sla_enabled": true,
"sla_minutes": 720,
"sla_check_interval_seconds": 315,
"sla_reminder_cooldown_minutes": 60,
"support_system_mode": "<string>",
"cabinet_user_notifications_enabled": true,
"cabinet_admin_notifications_enabled": true
}
'{
"sla_enabled": true,
"sla_minutes": 123,
"sla_check_interval_seconds": 123,
"sla_reminder_cooldown_minutes": 123,
"support_system_mode": "<string>",
"cabinet_user_notifications_enabled": true,
"cabinet_admin_notifications_enabled": true
}Update ticket system settings.
curl --request PATCH \
--url http://localhost:8080/cabinet/admin/tickets/settings \
--header 'Content-Type: application/json' \
--data '
{
"sla_enabled": true,
"sla_minutes": 720,
"sla_check_interval_seconds": 315,
"sla_reminder_cooldown_minutes": 60,
"support_system_mode": "<string>",
"cabinet_user_notifications_enabled": true,
"cabinet_admin_notifications_enabled": true
}
'{
"sla_enabled": true,
"sla_minutes": 123,
"sla_check_interval_seconds": 123,
"sla_reminder_cooldown_minutes": 123,
"support_system_mode": "<string>",
"cabinet_user_notifications_enabled": true,
"cabinet_admin_notifications_enabled": true
}Update ticket settings.
SLA time in minutes (1-1440)
1 <= x <= 1440Check interval (30-600 seconds)
30 <= x <= 600Reminder cooldown (1-120 minutes)
1 <= x <= 120Support mode: tickets, contact, both
Enable user notifications in cabinet
Enable admin notifications in cabinet
Successful Response
Ticket system settings.