put https://api.quickblox.com/chat/Dialog/.json
Update a dialog.
The following rules are applied if dialog's type=3
(PRIVATE):
- Any user from occupants_ids
can update custom parameters.
The following rules are applied if dialog's type=2
(GROUP):
- Any user from occupants_ids
can add other users.
- Any user from occupants_ids
can remove only himself.
- Any user from occupants_ids
can update custom parameters.
- Only dialog's owner (creator) can remove any users from occupants_ids
.
- Only dialog's owner (creator) can change user_id
(dialog owner). Added in v2.39.0
The following rules are applied if dialog's type=1
(PUBLIC_GROUP):
- Only dialog’s owner (creator) can update it.
Recipes
Update dialog name
Open Recipe
Add participants to the dialog
Open Recipe
Remove participants from dialog
Open Recipe
Update custom data of the dialog
Open Recipe
Update dialog name with API key
Open Recipe
Add participants to the dialog with API key
Open Recipe
Remove participants from dialog with API key
Open Recipe
Update custom data of the dialog with API key
Open Recipe
Update dialog owner (added in v2.39.0)
Open Recipe