Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
IDzyre committed May 23, 2024
1 parent dcc47bc commit 187252b
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions source/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -353,27 +353,7 @@ gradeable_id | ID of the gradeable

## Upload Gradeable JSON

```shell
curl --request POST \
--url <base_url>/api/<semester>/<course>/<gradeable_id>/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/<semester>/<course>/<gradeable_id>/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
Expand Down

0 comments on commit 187252b

Please sign in to comment.