> For the complete documentation index, see [llms.txt](https://eleven-fifty-academy.gitbook.io/dotnet-201-elevennote/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eleven-fifty-academy.gitbook.io/dotnet-201-elevennote/elevennote-api-parts-13-19/part-17-testing-endpoints/17.3-updatetest.md).

# 17.3: Test Update

## Test the `Update` Method

Next, we'll test the ability to **edit** a note.

1. We can use the same request to test the `Update` method, with a few modifications.
2. Change **GET** to **PUT**
3. Change the content or title of the note.
4. Press **Send** and you should see **200 OK**

   ![Update](/files/-LAxr8UK0oP6UvjwpmNr)
5. You can test this by changing to **GET** and checking the content you get back in the body.

   ![Update Check](/files/-LAxr8Uib5ygoyb71s7E)

[Next,](/dotnet-201-elevennote/elevennote-api-parts-13-19/part-17-testing-endpoints/17.4-deletetest.md) we'll test the `Delete` method.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eleven-fifty-academy.gitbook.io/dotnet-201-elevennote/elevennote-api-parts-13-19/part-17-testing-endpoints/17.3-updatetest.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
