UnBlock Groups
To unblock the groups from using the MirrorFly application, You can use the following API.
info
{api-base-url}
can be obtained from the MirrorFly console.
#
HTTP request#
Request ParamsParam | DataType | Required | Description |
---|---|---|---|
blockStatus | Boolean | Yes | false to unblock the group. |
id | Array of String | Yes | List of group id's to unblock. |
type | String | Yes | group to denote the block group. |
#
ResponsesIf successful, this action returns a Authentication token in the response body.
#
ErrorIn the case of an error, an error object like below is returned.