tags: - "adresse" summary: ajout d'une nouvelle adresse description: "" operationId: AjoutAdresse requestBody: content: application/json: schema: $ref: '../../schemas/nouveaux/NouvelleAdresse.yaml' responses: '200': $ref: '../../responses/200.yaml' '400': $ref: '../../responses/400.yaml'