-
Notifications
You must be signed in to change notification settings - Fork 4
POST quests new
Ray Tsai edited this page Dec 13, 2016
·
1 revision
Creates a new quest.
Name | Required | Description | Default Value | Example |
---|---|---|---|---|
teacher | required | The identifier of the teacher who created the quest. | 582a1c125789252c48ada271 |
{
"teacher": "582a1c125789252c48ada271"
}
{
"teacher": {
"id": "582a1c125789252c48ada271",
"name": "Severus Snape"
},
"id": "5850572b933e66251008dc90",
"assignments": []
}