|
|
|
@ -23,7 +23,7 @@ paths: |
|
|
|
|
$ref: ./paths/collaborateur/collaborateurById.yaml |
|
|
|
|
/collaborateurs/{idCollaborateur}/ep/referents: |
|
|
|
|
$ref: ./paths/collaborateur/referentsPrecedentEPCollaborateur.yaml |
|
|
|
|
/collaborateurs/{mail}: |
|
|
|
|
/collaborateurs/{mail}/mail: |
|
|
|
|
$ref: ./paths/collaborateur/collaborateurByMail.yaml |
|
|
|
|
/collaborateurs/referent/{idReferent}: |
|
|
|
|
$ref: ./paths/collaborateur/collaborateursReferent.yaml |
|
|
|
@ -33,9 +33,9 @@ paths: |
|
|
|
|
#Note |
|
|
|
|
/notes/: |
|
|
|
|
$ref: ./paths/note/notes.yaml |
|
|
|
|
/notes/{idAuteur}: |
|
|
|
|
/notes/auteur/{idAuteur}: |
|
|
|
|
$ref: ./paths/note/notesIdAuteur.yaml |
|
|
|
|
/notes/{idAuteur}/count: |
|
|
|
|
/notes/auteur/{idAuteur}/count: |
|
|
|
|
$ref: ./paths/note/notesIdAuteurCount.yaml |
|
|
|
|
/notes/{idNote}: |
|
|
|
|
$ref: ./paths/note/notesIdNote.yaml |
|
|
|
|