This commit is contained in:
2026-06-10 12:12:59 +03:30
parent fc732ae75f
commit 3da6549edb
6 changed files with 111 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
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
}