tags: - "projet" summary: rechercher un projet operationId: ChercherProjet description: | rechercher un projet à l'aide de son identifiant parameters: - $ref: '../../parameters/ProjetId.yaml' responses: '200': description: résultat de la recherche content: application/json: schema: $ref: '../../schemas/Projet.yaml' '404': $ref: '../../responses/404Id.yaml' '400': $ref: '../../responses/400.yaml'