Skip to main content
POST
/
v1
/
admin
/
bots
/
{bot_id}
/
reset-stats
curl -X POST https://portal-api.7331.org/v1/admin/bots/1/reset-stats \
  -b "psession=YOUR_SESSION"
{
  "message": "Stats reset for bot 1"
}

Documentation Index

Fetch the complete documentation index at: https://docs.7331.org/llms.txt

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

Requires an active admin session cookie. Hierarchy enforced against the bot owner.
bot_id
integer
required
Bot ID.

Response

message
string
required
Action result message.
curl -X POST https://portal-api.7331.org/v1/admin/bots/1/reset-stats \
  -b "psession=YOUR_SESSION"
{
  "message": "Stats reset for bot 1"
}