@@ -444,7 +444,7 @@ func (c *Client) AddStudent(student *orm.Student) (uint, error) {
if err != nil {
return 0, err
}
- resp, err := c.SendRequest("POST", "/api/students/add/?format=json", data)
+ resp, err := c.SendRequest("POST", "/api/students/create/?format=json", data)