meta { name: rename plan type: http seq: 5 } put { url: http://localhost:14014/api/rename/[planId] body: json auth: inherit } body:json { { "name": "test", "pin": "1234", "planName": "new plan name" } } settings { encodeUrl: true timeout: 0 }