From 7fc5e1f795d366805cf6c9c82e90055d705062bb Mon Sep 17 00:00:00 2001 From: Erin Hallmark Date: Wed, 21 Aug 2019 09:39:04 -0600 Subject: [PATCH] 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 Product-Review: Erin Hallmark Reviewed-by: Rob Orton --- doc/api/changelog.md | 27 ++++++++------------------- doc/api/changelog_archive.md | 18 ++++++++++++++++++ 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/doc/api/changelog.md b/doc/api/changelog.md index f0ea6bd2c44..486312023f2 100644 --- a/doc/api/changelog.md +++ b/doc/api/changelog.md @@ -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).
+## 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

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 diff --git a/doc/api/changelog_archive.md b/doc/api/changelog_archive.md index fac4ef42621..e3797edf88c 100644 --- a/doc/api/changelog_archive.md +++ b/doc/api/changelog_archive.md @@ -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.
+## 2019-06-01 +### Additions +| Resources | Function | | +|----------------------|----------------------|--------------------------| +| [Files API] | Get Uploaded Media Folder for User Endpoint | Added endpoint | +| [Originality Report API] | Create an Originality Report

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 | |