tags: - "projet" summary: rechercher tous les projets operationId: ChercherProjetsClient description: | Cette requette demande de récupérer tous les projets existants parameters: - $ref: '../../parameters/NomClient.yaml' responses: '200': description: résultats de la recherche content: application/json: schema: type: array items: $ref: '../../schemas/Projet.yaml' '404': $ref: '../../responses/404Projet.yaml' '400': $ref: '../../responses/400.yaml'