curl -X POST https://hapi.7331.org/v1/admin/bots/111222333444555666/update \ -H "Content-Type: application/json" \ -b cookies.txt \ -d '{"name": "Hansel Bot v2", "rate_limit_per_hour": 2000}'
{ "message": "Bot 111222333444555666 updated" }
Update bot fields including name, owner, and rate limit (admin only).
Was this page helpful?