You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Service-Collaborateur/API/routes/Projets/getProjets.yaml

19 lines
469 B

tags:
- "projet"
summary: rechercher toutes les projets
operationId: ChercherProjets
description: |
Cette requette demande de récupérer tous les projets existants
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'