恢复一个已解散的群组。 只有群主有权执行该操作。被系统强制解散的群组无法恢复(比如,群组人数不足3人并持续该状态24小时)。
Request
HTTP request
POST https://www.featapi.com/api/party/group/{id}/restore/
Parameters
Path parameters
Parameter name | Value | Description |
---|---|---|
id | integer | 群主 ID |
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
party_group |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API返回该群组的数据在响应体信息。
200 Dismiss a group successfully.
{
"data": {
"id": 7006,
"name": "群组恢复",
"creator": 7815769374283,
"creator_fullname": "WenWei Yang",
"create_time": "2020-05-21T11:49:33.347075Z",
"status": 0,
"is_valid": true,
"bundle_id": null
}
}
404 Not found
示例返回数据可参考 API Common – Resource Not Found