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
462 B
19 lines
462 B
tags:
|
|
- "business-unit"
|
|
summary: rechercher une business-unit
|
|
operationId: ChercherBU
|
|
description: |
|
|
rechercher une business-unit à l'aide de son identifiant
|
|
parameters:
|
|
- $ref: '../../parameters/BuId.yaml'
|
|
responses:
|
|
'200':
|
|
description: résultat de la recherche
|
|
content:
|
|
application/json:
|
|
schema:
|
|
$ref: '../../schemas/BU.yaml'
|
|
'404':
|
|
$ref: '../../responses/404Id.yaml'
|
|
'400':
|
|
$ref: '../../responses/400.yaml'
|
|
|