surveymonkey_update_question
Update an existing survey question by providing survey, page, and question IDs along with the fields to change. Modify question details directly through the SurveyMonkey API.
Instructions
Updates an existing question (PATCH).
Args: survey_id: Survey ID. page_id: Page ID. question_id: Question ID. payload: Fields to update (same schema as surveymonkey_create_question).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| payload | Yes | ||
| survey_id | Yes | ||
| question_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |