Skip to content

Merge to Live#34955

Merged
Rick-Anderson merged 6 commits intolivefrom
main
Mar 14, 2025
Merged

Merge to Live#34955
Rick-Anderson merged 6 commits intolivefrom
main

Conversation

dominiqueplante and others added 6 commits March 12, 2025 18:20
For me, putting the id in the body was the only way to get past the check in 
the method:

```
if (id != todoDTO.Id)
{
            return BadRequest();
}
```
Also address a few more minor things in the article:
- MD040 - Fenced code blocks should have a language specified
- Make the casing of HTTP verbs in consistent with the text
* remove preview and not-implemented caveats

* trailing quote
@Rick-Anderson Rick-Anderson merged commit bef0806 into live Mar 14, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants