/dashboard/leagues/{id}/seasons
The seasons a tournament has fixtures for.
The seasons a tournament has fixtures for.
name and year are both built from the season id, because that is all the
events table carries — there is no join to seasons here. A season with a null
id is named "Season " and reported as year "Unknown", which is the
original's output and not a placeholder introduced by the port.
Path Parameters
int64Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X GET "https://example.com/api/v2/dashboard/leagues/0/seasons"[ { "property1": null, "property2": null }]/dashboard/leagues/update PATCH
Only booleans that are actually present are written, so a partial body leaves the rest alone.
/dashboard/missing-shotmap-count GET
The upstream body is passed through untouched, including its shape, because this endpoint exists only to put the dashboard's session in front of a service that has no auth of its own.