LambdaLuke
 

Add the Put Endpoint

Last modified: 12 July 2025

In the Models folder add a new file called UpdateTaskDto.cs

You could reuse CreateTaskDto, but separating input models keeps things clearer and future-proof (e.g. if you later allow partial updates or different rules for update vs create