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 }