From c76c1dbb0fb3b197a28e3b61bb715b6aacf5d00b Mon Sep 17 00:00:00 2001 From: "John N. Milner" Date: Thu, 7 Sep 2023 16:13:03 -0400 Subject: [PATCH] Call out the removal of XLSForm upload API XLSForm uploads were disabled in the UI on 14 June 2021, and #892 removes them from the API as well. Perform all form management through KPI instead. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 29da891f2..8476f06d4 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,14 @@ please refer to As features are migrated, we will list them here along with the last release where each was present: - - It was announced on 14 June 2021 that the legacy KoboCAT user interface - would be preserved for "a few more months". After more than two years, we - have removed the user interface and related endpoints entirely in release + - On 14 June 2021, the ability to upload forms directly to KoboCAT was + removed, and it was announced that the legacy KoboCAT user interface would + be preserved for "a few more months". After more than two years, we have + removed the user interface and related endpoints entirely in release [2.023.37](https://github.com/kobotoolbox/kobocat/releases/tag/2.023.37). - All removed features should already be available in KPI. Please see + **This includes the ability to upload XLSForms via the legacy KoboCAT API.** + Please use the KPI `v2` API for all form management. Other removed features + should already be available in KPI as well. Please see [REMOVALS.md](REMOVALS.md) for a complete list. - To ensure security and stability, many endpoints that were already available in KPI, long-unsupported, or underutilized have been removed in