post: tags: - notes operationId: nouvelleNote description: Ajouter une nouvelle note requestBody: $ref: ../../requestbodies/note.yaml responses: '201': $ref: ../../responses/note/noteCreee.yaml '403': $ref: ../../responses/erreur/forbidden.yaml