# Put Questionnaire This endpoint will extend due date of a questionnaire. Endpoint: PUT /v2/suppliers/{supplierId}/questionnaires/{questionnaireId} Version: 2 Security: bearer ## Path parameters: - `supplierId` (string, required) Id of the supplier - `questionnaireId` (string, required) Id of the questionnaire ## Request fields (application/json): - `note` (string) note from the evaluator to the supplier, that will be sent with the questionnaire - `ttl` (object) ttl is the due date specified by the the evaluator. defaults to 30 days from now - `questionnaire_type` (string) Type of the questionnaire Enum: "internal", "external" ## Response 200 fields (application/json): - `questionnaire_id` (object, required) - `status` (string, required) - `ttl` (string, required) - `template_name` (string, required) - `weight` (number, required) - `created_by` (string, required) - `status_update_date` (string, required) - `completion_rate` (number, required) - `questionnaire_type` (string, required) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 429 fields