diff --git a/docs/index.html b/docs/index.html
index b77cb7d..e32c2a6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -12,351 +12,343 @@
margin: 0;
}
-
- Fetches the student dashboard
Fetches the required details for the student dashboard
+
Responses
Response samples
Content typeapplication/json
{"college": "string",
"commit_count": 0,
"lines_added": 0,
"lines_removed": 0,
"name": "string",
"passed_end_evals": true,
"passed_mid_evals": true,
"projects_worked":
[{"name": "string",
"repo_link": "string"
}
], "pull_count": 0,
"username": "string"
}
Register a student
Register a new student with the provided details.
+
Request Body schema: application/json
required
Fields required for student registeration
+
Responses
Request samples
Content typeapplication/json
{"college": "string",
"email": "string",
"name": "string",
"username": "string"
}
Response samples
Content typeapplication/json
{"code": 0,
"message": "string"
}