17.3: Test Update
Last updated
Last updated
Update
MethodNext, we'll test the ability to edit a note.
We can use the same request to test the Update
method, with a few modifications.
Change GET to PUT
Change the content or title of the note.
Press Send and you should see 200 OK
You can test this by changing to GET and checking the content you get back in the body.
Next, we'll test the Delete
method.