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/getProjetsClient.yaml

22 lines
529 B

4 years ago
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'