surveymonkey_patch_survey
Update specific survey details like title, language, or category without resubmitting the entire survey. Provide the survey ID and a patch object with only the fields to change.
Instructions
Partially updates a survey (PATCH).
Args: survey_id: ID of the survey. patch: Object with only the fields to change. Common fields: "title", "nickname", "language", "folder_id", "category". Example: {"title": "New title", "language": "it"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | ||
| survey_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |