取消拉黑群组。 对一个已被拉黑的群组恢复可以接收消息推送的正常状态。
Request
HTTP request
POST https://www.featapi.com/api/party/group/{id}/unblack/
Parameters
Path parameters
Parameter name | Value | Description |
---|---|---|
id | string | 群组 ID |
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
party_group |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API返回取消拉黑的群组的数据在响应体信息。
200 Undo black a group successfully.
{
"data": {
"id": 7740,
"group": {
"id": 6999,
"name": "取消拉黑这个群组",
"creator": 9716362343737,
"creator_fullname": "潘 丽达",
"create_time": "2020-04-03T02:42:40.706327Z",
"status": 0,
"is_valid": true,
"bundle_id": null
},
"friend": null,
"friend_fullname": null,
"friend_first_name": null,
"friend_last_name": null,
"unread_count": 0,
"status": 600,
"contact_time": "2020-04-03T05:08:13.960422Z",
"expertise": null,
"timezone": null,
"timezone_utc_offset": null,
"location": null,
"avatar": null
}
}