/:schoolID/update-teacher
ใช้สำหรับการ update ข้อมูล teacher
Method PATCH
Role ที่ใช้ได้ school admin
, system admin
content-type application/json
PATH variable | Descripton |
---|---|
schoolID | เลข ID ของแต่ละโรงเรียน |
Request
{
"firstname": "first",
"lastname": "last",
"tel": "0123456789",
"email": "[email protected]",
"clubs": ""
}
- success
- fail
Response
{
"success": true
}
Response
{
"success": false,
"message": "lorem ipsum."
}