teacher-tools/bruno-api/Classroom Compliance/Update Student.bru

23 lines
277 B
Plaintext

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"
}
}