(update: {
isClassroomAccount: true;
})
| 423 | } |
| 424 | |
| 425 | export function putUpdateMyClassroomMode(update: { |
| 426 | isClassroomAccount: true; |
| 427 | }): Promise<ResponseWithData<void>> { |
| 428 | return put('/update-my-classroom-mode', update); |
| 429 | } |
| 430 | |
| 431 | export function putUpdateMyHonesty( |
| 432 | update: Record<string, string> |