/dashboard/bot/league-groups/{id}/leagues
The ids come from the request body rather than the query string, which is unusual for a DELETE but is what the client sends.
The ids come from the request body rather than the query string, which is unusual for a DELETE but is what the client sends.
Supabase access token.
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/api/dashboard/bot/league-groups/string/leagues" \ -H "Content-Type: application/json" \ -d '{ "tournamentIds": [ 0 ] }'[ { "name": "string", "slug": "string", "tournamentId": 0, "uniqueTournamentId": 0 }]/dashboard/bot/league-groups/{id}/leagues POST
Every id is validated before any is inserted, and an unknown one fails the whole request naming which — adding half a set silently would leave the operator unsure what happened.
/dashboard/bot/position-change-avoid-rules GET
A rule tells the bot which position moves not to alert on: a striker listed at centre-forward is noise, not news.