PUT https://api.surveyjs.io/private/Surveys/changeJson?accessKey={accessKey}
Updates the JSON schema of a survey with a specified ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accessKey |
Your private access key.
|
string |
Required
|
Body Parameters
{ Id: [a survey ID], Json: [an updated survey JSON schema] }
SurveyChangeJsonName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None.
|
|
Json | string |
None.
|
|
Text | string |
None.
|
Request Formats
application/json, text/json
{ "Id": "d3b0655f-f07d-4e2e-8840-db7fa7bfb2ef", "Json": "sample string 2", "Text": "sample string 3" }
application/xml, text/xml
<SurveyChangeJson xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dxSurveyAPI.Controllers"> <Id>d3b0655f-f07d-4e2e-8840-db7fa7bfb2ef</Id> <Json>sample string 2</Json> <Text>sample string 3</Text> </SurveyChangeJson>
application/x-www-form-urlencoded
Sample not available.
Response Information
Response Formats
application/json, text/json, application/xml, text/xml
Sample not available.