1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
meta { name: 03-update-routing type: http seq: 3 } put { url: {{WARDEN_CFG_HOST}}/api/{{WARDEN_CFG_VERSION}}/routing/:id body: none auth: inherit } params:path { id: } assert { res.status: eq 201 } settings { encodeUrl: true }