feat(api-server): endpoint for classroom mode flag (#51708)

This commit is contained in:
Mrugesh Mohapatra
2023-10-11 14:30:50 +05:30
committed by GitHub
parent dd05517242
commit 3ce08ba8aa
4 changed files with 49 additions and 2 deletions

View File

@@ -110,6 +110,10 @@
"type": "boolean",
"default": false
},
"isClassroomAccount": {
"type": "boolean",
"default": false
},
"currentChallengeId": {
"type": "string",
"description": "The challenge last visited by the user",