feat: media play

This commit is contained in:
2026-06-01 14:30:20 +03:30
parent 22c27b6686
commit b243ec3c0b
31 changed files with 322 additions and 17 deletions
+41
View File
@@ -0,0 +1,41 @@
meta {
name: delete
type: http
seq: 4
}
delete {
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
}