{
"id": "111111",
"welcomeMaterialIds": [
"1111",
"22222"
],
"triggerCondition": {
"delayTime": 7,
"userCount": 12
},
"status": true,
"rooms": [
{
"botId": "1111",
"imRoomId": "2222"
}
],
"isAtContact": false
}curl --location --request POST 'https://ae-bg.ddregion.com/hub-api/api/v2/room/welcome/update?token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "111111",
"welcomeMaterialIds": [
"1111",
"22222"
],
"triggerCondition": {
"delayTime": 7,
"userCount": 12
},
"status": true,
"rooms": [
{
"botId": "1111",
"imRoomId": "2222"
}
],
"isAtContact": false
}'{
"errcode": 0,
"errmsg": "string",
"id": "string",
"welcomeMaterialIds": [
"string"
],
"triggerCondition": {
"delayTime": "string",
"userCount": "string"
},
"status": true,
"rooms": [
{
"botId": "string",
"imRoomId": "string"
}
],
"isAtContact": true
}