get: tags: - notes operationId: getNoteById description: Récupérer une note par son id parameters: - $ref: ../../parameters/path/idNote.yaml responses: '200': $ref: ../../responses/note/getNote.yaml '403': $ref: ../../responses/erreur/forbidden.yaml '404': $ref: ../../responses/erreur/notFound.yaml