Update Survey
Update a survey's properties
Path parameters
Request body
Internal notes about the survey. Not shown to subscribers.
The list of pre-defined answer choices. Order is preserved unless randomize_answers is true.
An enumeration.
An enumeration.
If true, subscribers can provide a freeform text response in addition to (or instead of) picking from answers.
An enumeration.
If true, the order of answers is shuffled each time the survey is rendered.
Example request
{
"answers": [
"Red",
"Green",
"Blue"
]
}Response
OK
A unique TypeID associated with the object.
The date and time at which the object was first created.
A newsletter-scoped slug used to reference this survey when embedding it in emails.
The survey question shown to subscribers.
The total number of responses this survey has received.
The list of pre-defined answer choices. Order is preserved unless randomize_answers is true.
Internal notes about the survey. Not shown to subscribers.
If true, the order of answers is shuffled each time the survey is rendered.
An enumeration.
An enumeration.
If true, subscribers can provide a freeform text response in addition to (or instead of) picking from answers.
An enumeration.