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.
19 lines
481 B
19 lines
481 B
tags:
|
|
- "business-unit"
|
|
summary: rechercher toutes les business-units
|
|
operationId: ChercherBUs
|
|
description: |
|
|
Cette requette demande de récupérer toutes les business-units existantes
|
|
responses:
|
|
'200':
|
|
description: résultats de la recherche
|
|
content:
|
|
application/json:
|
|
schema:
|
|
type: array
|
|
items:
|
|
$ref: '../../schemas/BU.yaml'
|
|
'404':
|
|
$ref: '../../responses/404BU.yaml'
|
|
'400':
|
|
$ref: '../../responses/400.yaml'
|
|
|