Rename a survey
rename_surveyChange a survey's title while preserving existing public and admin links and all collected responses, which remain tied by survey ID.
Instructions
Change a survey's title. The public link, the admin link and every response already collected are unaffected: a response is tied to its survey by id, so the title is not a key for anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The survey id, e.g. 'fuzzy-sleepy-tornado'. | |
| title | Yes | The new title. Up to 200 characters, matching the web builder. |