# Notes Endpoints for managing personal notes about other users ## Set or update note for a user - [PUT /api/v1/notes](https://docs.wellesley.social/openapi/notes/paths/~1api~1v1~1notes/put.md): Creates or updates a personal note about another user. These notes are private and only visible to the authenticated user who created them. ## Get notes for multiple users - [GET /api/v1/notes](https://docs.wellesley.social/openapi/notes/paths/~1api~1v1~1notes/get.md): Retrieves personal notes the authenticated user has created about specified users. Returns notes for multiple users in a single request. ## Delete note for a user - [DELETE /api/v1/notes/{userId}](https://docs.wellesley.social/openapi/notes/paths/~1api~1v1~1notes~1%7Buserid%7D/delete.md): Permanently deletes a personal note about a specific user.