v1
latestOpenAPI 3.0.02026-08-068926279.2 KBNotes
Update a note
Updates an existing note
put/notes/{id}
Path parameters
idinteger required
Note ID
Request body
Example request
{
"body": "Updated note content"
}Response
Successful response
Example response
{
"id": 1,
"body": "Client requested changes to the design"
}