From 187252bb56095e2e7e893368ac57a5fd906d32c1 Mon Sep 17 00:00:00 2001 From: IDzyre Date: Wed, 22 May 2024 19:25:42 -0700 Subject: [PATCH] Spelling --- source/index.html.md | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/source/index.html.md b/source/index.html.md index 15ee956..bef0394 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -336,7 +336,7 @@ curl --request GET \ ``` This endpoint downloads the JSON representation of the gradeable with the given gradeable_id, course, and semester. -This JSON file can be uploaded to add createa a new gradeable. +This JSON file can be uploaded to add create a new gradeable. ### HTTP Request @@ -353,27 +353,7 @@ gradeable_id | ID of the gradeable ## Upload Gradeable JSON -```shell -curl --request POST \ - --url /api////download \ - --header 'Authorization: my_token' -``` - -This endpoint downloads the JSON representation of the gradeable with the given gradeable_id, course, and semester. -This JSON file can be uploaded to add createa a new gradeable. - -### HTTP Request - -`GET /api////download` - -### Parameters - -Parameter | Description ---------- | ----------- -semester | Semester of the gradeable -course | Course of the gradeable -gradeable_id | ID of the gradeable - +Coming Soon # Students ## Get gradeable values