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/Agences/getAgences.yaml

20 lines
472 B

4 years ago
tags:
- "agence"
summary: rechercher toutes les agences
operationId: ChercherAgences
description: |
Cette requette demande de récupérer toutes les agences existantes
responses:
'200':
description: résultats de la recherche
content:
application/json:
schema:
type: array
items:
$ref: '../../schemas/Agence.yaml'
'404':
$ref: '../../responses/404Agence.yaml'
'400':
$ref: '../../responses/400.yaml'