mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-19 13:00:51 -04:00
feat(api-server): endpoint for classroom mode flag (#51708)
This commit is contained in:
committed by
GitHub
parent
dd05517242
commit
3ce08ba8aa
@@ -110,6 +110,10 @@
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"isClassroomAccount": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"currentChallengeId": {
|
||||
"type": "string",
|
||||
"description": "The challenge last visited by the user",
|
||||
|
||||
Reference in New Issue
Block a user