kobotoolbox / kobocat

Our (backend) server for providing blank forms to Collect and Enketo and for receiving and storing submissions.
BSD 2-Clause "Simplified" License
117 stars 127 forks source link

Remove public access to project API endpoint #892

Closed noliveleger closed 1 year ago

noliveleger commented 1 year ago

Description

Users cannot upload, update or delete projects with API v1 anymore.

Additional info

KPI Kobocat proxy is still able to use it though. Unit tests have been updated accordingly. Scripts / links which still point to this endpoint /api/v1/forms/ should now use https://[kpi]/api/v2/assets/ instead.

jnm commented 1 year ago

Good idea. I did some work on README.md and REMOVALS.md