update

fun update(name: String, onCompletion: (SippoResourceError?) -> Unit)

Updates the group name. Note: The user needs to be the group's owner.

Parameters

name

New group name.

onCompletion

Callback that will be invoked when the request is completed. It will receive a SippoResourceError if any error occurs. In case of success, error will be null.