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
+49
View File
@@ -0,0 +1,49 @@
meta {
name: store survay
type: http
seq: 2
}
post {
url: {{baseUrl}}/survey-questions
body: json
auth: inherit
}
body:json {
{
"question": "Which frameworks have you worked with?",
"description": "Select all that apply",
"type": "multiple",
"order": 2,
"is_active": true,
"options": [
{
"label": "Laravel"
},
{
"label": "React"
},
{
"label": "Vue.js"
},
{
"label": "Django"
}
]
}
}
body:multipart-form {
question: سلام چطوری؟
type: multiple @contentType(single,multiple)
is_active: true
options.[1].label: خوب
~description:
~order:
}
settings {
encodeUrl: true
timeout: 0
}