Classrooms
Create a classroom
Creates a new empty Classroom
.
POST
/
classrooms
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
name
string
requiredName of the classroom
ownerID
string
requiredaceConfig
object
requiredResponse
200 - application/json
Subset of properties listed here
_id
string | null
name
string | null
members
string[] | null
ownerID
string | null
description
string | null
code
string | null
codeCamel
string | null
courses
object[] | null
clanId
string | null