meta { name: Update Student type: http seq: 6 } put { url: {{base_url}}/classroom-compliance/classes/:classId/students/:studentId body: json auth: inherit } params:path { classId: {{class_id}} studentId: 1 } body:json { { "name": "John W. Booth" } }