Update group
To update a group with latest details use below API.
info
{api-base-url}
can be obtained from the MirrorFly console.
#
HTTP request#
Request ParamsParam | DataType | Required | Description |
---|---|---|---|
groupId | String | Yes | Id of the group |
groupName | String | Yes | A name for this group |
groupImageUrl | String | No | Group profile picture url |
mobileNumber | String | No | Mobile number of the group owner |
String | No | Email address of the group owner | |
status | String | No | Some status message for the group |
licensekey | String | Yes | Licensekey for this group |
metaData | String | No | JSON-formatted string to which you would like to update metadata. Can add three key-value pairs, where the values can be either numbers or strings. "metaData":{"key1":"value1","key2":"value2","key3":"value3"} |
#
ResponsesIf successful, this action updates the group details.
#
ErrorIn the case of an error, an error object like below is returned.
When the token passed in Headers is expired
In the case of a Bad Request, an error message is returned