Update Season
POST/api/Seasons/UpdateSeason
Tier: Public — stable, supported for third-party integration.
Updates a Season. Full-replace semantics — every field on
Seasons.UpdateSeasonDto is assigned unconditionally, so omitted optional
fields (Code, StartDate, EndDate) clear the existing values
rather than leaving them unchanged. Name is required.
Request
Responses
- 200
- 400
Returns the updated Seasons.SeasonDetailDto.
Unknown Id (NotFound), or validation failure (empty/duplicate Name, duplicate Code, or EndDate earlier than StartDate).