Groups
Update a group
Update a group's name. If the group has a linked chat_guid, the display name will also be updated on the BlueBubbles device. Note: iMessage only allows one chat per unique participant set, so renaming simply changes the display name on the existing chat thread.
Authorization
BearerAuth AuthorizationBearer <token>
API key authentication. Use your API key as the bearer token.
In: header
Path Parameters
groupId*string
Group ID
Match
^grp_[a-zA-Z0-9]+$Request Body
application/json
name?string
New group name
Response Body
application/json
application/json
application/json
application/json
curl -X PATCH "https://backend.blooio.com/v2/api/groups/grp_abc123def456" \ -H "Content-Type: application/json" \ -d '{}'{
"group_id": "string",
"name": "string",
"chat_guid": "string",
"member_count": 0,
"created_at": 0,
"device_sync": {
"chat_guid": "string",
"action": "add_participant",
"synced": true,
"error": "string"
}
}{
"error": "string",
"status": 0
}{
"error": "string",
"status": 0
}{
"error": "string",
"status": 0
}