Reconnects to the database and re-syncs guild state. Used for recovery after data inconsistencies. Requires GATEWAY_RELOAD_ALL permission.
curl --request POST \
--url https://api.fluxer.app/v1/admin/gateway/reload-all \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"guild_ids": [
"<string>"
]
}
'{
"count": 1073741823
}Admin API key: Authorization: Admin <token>. Only valid for /admin/* endpoints.
List of guild IDs to reload
1000Success
0 <= x <= 2147483647curl --request POST \
--url https://api.fluxer.app/v1/admin/gateway/reload-all \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"guild_ids": [
"<string>"
]
}
'{
"count": 1073741823
}