curl --request POST \
--url http://api.superwize.ai/api/groupChat/updateGroupSettings \
--header 'Content-Type: application/json' \
--data '
{
"groupChatId": "grp_01JHKYX1B2CD123456789",
"intelligentResponses": true
}
'{
"id": "obj_01JHKZ0PV2WX123456789",
"name": "Primary Key",
"creatorId": "obj_01JHKZ0PV2WX123456789",
"conversationId": "conv_01JHKYW2V8XQ123456789",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"intelligentResponses": true
}Updates group-level settings such as intelligent responses.
curl --request POST \
--url http://api.superwize.ai/api/groupChat/updateGroupSettings \
--header 'Content-Type: application/json' \
--data '
{
"groupChatId": "grp_01JHKYX1B2CD123456789",
"intelligentResponses": true
}
'{
"id": "obj_01JHKZ0PV2WX123456789",
"name": "Primary Key",
"creatorId": "obj_01JHKZ0PV2WX123456789",
"conversationId": "conv_01JHKYW2V8XQ123456789",
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"intelligentResponses": true
}