tags: - "projet" summary: mettre à jour un projet description: "" operationId: MajProjet requestBody: content: application/json: schema: $ref: '../../schemas/nouveaux/NouveauProjet.yaml' parameters: - $ref: '../../parameters/ProjetId.yaml' responses: '200': $ref: '../../responses/200.yaml' '400': $ref: '../../responses/400.yaml'