跳转到主要内容
POST
/
api
/
users
/
unban
Unban a user
curl --request POST \
  --url http://localhost:8080/api/users/unban \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Documentation Index

Fetch the complete documentation index at: https://botmux-mintlify-api-updates-1776816558.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

API key with bmx_ prefix. Obtain via /api/auth/api-keys.

查询参数

bot_id
integer
必填
chat_id
integer
必填
user_id
integer
必填

响应

User unbanned

ok
boolean
示例:

true