Create, update, list, and like notes.
Guard enabled, permission is PUBLIC for all endpoints.
Create a new note.
| Name | Type | Required | Notes |
|---|---|---|---|
| content | string | Yes | Note content. |
| tags | string[] | No | Tag list. |
| style | string | No | Optional style hint. |
| username | string | No | Override default username. |
List notes with pagination.
| Name | Type | Required | Notes |
|---|---|---|---|
| page | number | No | Page number. |
| pageSize | number | No | Items per page. |
Update a note by id.
Delete a note by id.
Increment like count for a note.
Rebuild note search index.