feat: media play
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
meta {
|
||||
name: answer
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/survey-questions/:id/answer
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id: 2
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"option_ids": [8,9,10]
|
||||
}
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
" option_ids[0]": 4
|
||||
" option_ids[1]": 5
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user