Upload API
How to upload new and update existing datasets
Authorization
Authoritation is done in the header via an user-based token. The token can be generated via the Admin Interface
Create new dataset
POST
/api/v1/datasets/
Headers
Name
Type
Description
Authorization
string
Request Body
Name
Type
Description
file
string
profile
string
Update existing dataset
Parameters
Name
Description
required
file
the file you want to update
True
update
not just update the dataset but also update the corresponding Indicator Data
False
overwrite
remove the previous data (including the Indicator Data) and replace with new data from dataset
False
Example Response
Example
Last updated