tags: - "collaborateur" summary: ajout d'un nouveau collaborateur description: "" operationId: AjoutCollab requestBody: content: application/json: schema: $ref: '../../schemas/nouveaux/NouveauCollaborateur.yaml' responses: '200': $ref: '../../responses/200.yaml' '400': $ref: '../../responses/400.yaml'