/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.
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/api/v2/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
SECURITY: unauthenticated, as in the original, and three of the four verbs write.