feat: media play
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
meta {
|
||||
name: update
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{baseUrl}}/survey-questions/:id
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
id: 2
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
|
||||
"options": [
|
||||
{
|
||||
"label": "Laravel"
|
||||
},
|
||||
{
|
||||
"label": "React.js"
|
||||
|
||||
},
|
||||
{
|
||||
"label": "Vue.js"
|
||||
},
|
||||
{
|
||||
"label": "Django"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user