Update API Change Log for 2019-09-21

Test plan:
- Entry included for 2019-09-21
- Links work
- Jenkins is happy

Change-Id: Ie5d820fce735a1be5dd3c37f20cbd2576ab000bc
CLOSES: DOC-1101
Reviewed-on: https://gerrit.instructure.com/206026
Tested-by: Jenkins
QA-Review: Erin Hallmark <erin@instructure.com>
Product-Review: Erin Hallmark <erin@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
This commit is contained in:
Erin Hallmark 2019-08-21 09:39:04 -06:00
parent 6d9e4516b1
commit 7fc5e1f795
2 changed files with 26 additions and 19 deletions

View File

@ -10,6 +10,14 @@ The API Change Log includes adjustments to the Canvas API documentation as part
- This page documents API changes for the last four releases. For prior releases, view the [API Change Log archive page](file.changelog_archive.html).
<div class="changelog"></div>
## 2019-09-21
### Changes
| Resources | Function | |
|----------------------|----------------------|--------------------------|
| [Submissions API] | Upload a File Endpoint | Added validation for file type; if a submission is set to accept only specific file types, the endpoint rejects uploaded file types not included for submission uploads |
[Submissions API]: submissions.html
## 2019-07-31
### Additions
| OAuth2 | File | |
@ -90,22 +98,3 @@ The API Change Log includes adjustments to the Canvas API documentation as part
| [Users API] | List Users in Account Endpoint | Added enrollment_type parameter |
[Users API]: Users.html
## 2019-06-01
### Additions
| Resources | Function | |
|----------------------|----------------------|--------------------------|
| [Files API] | Get Uploaded Media Folder for User Endpoint | Added endpoint |
| [Originality Report API] | Create an Originality Report<br><br>Edit an Originality Report | Added originality_report[error_message] parameter
| | Originality Report Object | Returns Error_report |
[Files API]: files.html
[Originality Report API]: originality_reports.html
### Removals
| Resources | Function | |
|----------------------|----------------------|--------------------------|
| [File Uploads] | Uploading via POST Process | Step 3: Deprecated POST requests in favor of GET requests for forward compatibility
[File Uploads]: file.file_uploads.html

View File

@ -6,6 +6,24 @@ The Change Log Archive page displays previous API changes in the [API Change Log
The release date indicates the date that the API code was made available in the production environment.
<div class="changelog"></div>
## 2019-06-01
### Additions
| Resources | Function | |
|----------------------|----------------------|--------------------------|
| [Files API] | Get Uploaded Media Folder for User Endpoint | Added endpoint |
| [Originality Report API] | Create an Originality Report<br><br>Edit an Originality Report | Added originality_report[error_message] parameter
| | Originality Report Object | Returns Error_report |
[Files API]: files.html
[Originality Report API]: originality_reports.html
### Removals
| Resources | Function | |
|----------------------|----------------------|--------------------------|
| [File Uploads] | Uploading via POST Process | Step 3: Deprecated POST requests in favor of GET requests for forward compatibility
[File Uploads]: file.file_uploads.html
## 2019-05-11
### Additions
| Resources | Function | |