v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
Notes

Update a note

Updates an existing note

put/notes/{id}

Path parameters

idinteger required

Note ID

Request body

bodystring

Example request

{
  "body": "Updated note content"
}

Response

Successful response

idinteger
bodystring
editedboolean
created_atstring date-time

Example response

{
  "id": 1,
  "body": "Client requested changes to the design"
}