onasty/api/paths/note/note-read.yml(view raw)
1 2 3 4 5 6 7 8 9 10 11
get: tags: [Notes] summary: Get all read notes created by user security: - Bearer: [] responses: '200': $ref: '../../components/responses/NoteGetAll.yml' '401': description: Unauthorized