PUT https://api.surveyjs.io/private/Surveys/changeName/{id}?accessKey={accessKey}&name={name}
Changes the name of a survey with a specified ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accessKey |
Your private access key.
|
string |
Required
|
id |
A survey ID.
|
globally unique identifier |
Required
|
name |
A new name for the survey.
|
string |
Required
|
Response Information
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.