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