APIEndpoint referenceSeason
/season
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
curl -X POST "https://example.com/api/season" \ -H "Content-Type: application/json" \ -d '{ "editor": true, "id": 0, "name": "string", "tournamentId": 0, "year": "string" }'{ "id": 0, "message": "string", "name": "string"}