Matt DeMichele

Results 2 issues of Matt DeMichele

As an example, say you have a POST endpoint defined as: POST /api/notes/id/{id} that expects a body that looks like: ``` { id: 1, text: 'xyz' } ``` Because the...