Notes API

All available endpoints for this REST API

Method Endpoint Description
GET /api/notes Get a list of all notes
POST /api/notes Create a new note
GET /api/notes/:id Get a single note by ID
PUT /api/notes/:id Update a note by ID
DELETE /api/notes/:id Delete a note by ID

Total endpoints: 5

All endpoints are prefixed with the base URL of this server.