Reviews > Survey Questions > surveyQuestionsModify
POST:survey_questions.json
Description
Modify one or multiple survey questions.
Permission bit: "survey_questions.modify"
Topic: Survey Questions
Arguments
data: [SurveyQuestionModify!]!
Main argument for mutations.
List of survey question ids. See also: Unique Identifiers
Example: ["sq_EQzGqWoY"]
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
Data Argument Fields
kind: SurveyQuestionKind
A kind of a survey question
Metadata of the option
Example: "gauge"
Valid when: meta's length doesn't exceed 250 characters
The survey question itself
Translatable
Example: "Sizing"
Valid when: name is not empty
Valid when: name's length doesn't exceed 250 characters
Result
Preview (typescript)
Loading module