curl -X POST https://hapi.7331.org/v1/admin/guilds/987654321098765432/update \ -H "Content-Type: application/json" \ -b cookies.txt \ -d '{"name": "Updated Server Name", "state": 0}'
{ "message": "Guild 987654321098765432 updated" }
Update guild fields including name, owner, and state (admin only).
0
1
2
Was this page helpful?