Message: update / group (client -> app)

Back to overview

Modify a group.

This message SHALL be sent by the client in case the user wants to modify a group.

Acknowledgement

This message is being acknowledged by:

Message Condition Error Codes
update/group (app -> client)

(None)

Name Description
badRequest

Invalid request

internalError

An internal error occurred

invalidGroup

Group not found

noMembers

Empty member list submitted

notAllowed

Only the admin is allowed to change a group

valueTooLong

The group name is too long

Args

Field Description Type Optional Nullable
id

The group id

String False False

Data

Field Description Type Optional Nullable
members

The list of group members

Array<String> False False
name

The group name (max 256 bytes, null to clear)

String True True
avatar

The high-res avatar (null to clear)

Binary True True