26 lines
320 B
Plaintext
26 lines
320 B
Plaintext
meta {
|
|
name: bulk answer
|
|
type: http
|
|
seq: 9
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/survey-questions/answers
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"answers": [
|
|
{ "question_id": 2, "option_ids": [8, 9] },
|
|
{ "question_id": 3, "option_ids": [] }
|
|
]
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|