You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST /api/v1/code-list/ should be just 1 data. should be same with results data structure. It is create new code list, as well as create new codes under it.
PUT /api/v1/code-list/{id} is basically edit the code-list. should be same with results data structure. Replace all of codes under this code list (if codes key is provided).
This is the child of: #151
Current API docs: https://geosight.unicef.org/api/v1/docs/
Objective
Create a new API endpoint for adding a new Code Lists to GeoSight. This will support batch import of code lists and syncing code lists from other platforms (e.g. UNICEF SDMX Data Warehouse: https://sdmx.data.unicef.org/overview.html.
Check sample code lists from SDMX Data Warehouse: https://sdmx.data.unicef.org/items/codelist.html
Implementation
POST /api/v1/code-list/
📒 Description:
⬇️ Payloads:
⬆️ Returns:
PUT /api/v1/code-list/{id}
The text was updated successfully, but these errors were encountered: