CSV
add csv
POST
https://ushahididocs.api.ushahidi.io/api/v3/csv
Request Body
{
"id": 1,
"url": "http://localhost:8000/api/v3/csv/1",
"columns": [
"col1,col2"
],
"maps_to": null,
"fixed": null,
"filename": "file.csv",
"mime": "csv",
"size": 22,
"created": "1970-01-01T00:00:00+00:00",
"updated": "2022-11-03T23:14:31+00:00",
"completed": null,
"status": null,
"errors": null,
"processed": null,
"collection_id": null,
"allowed_privileges": [
"read",
"create",
"update",
"delete",
"search"
]
}
add csv
PUT
https://ushahididocs.api.ushahidi.io/api/v3/csv/1
Request Body
{
"id": 1,
"url": "http://localhost:8000/api/v3/csv/1",
"columns": [
"col1,col2"
],
"maps_to": null,
"fixed": null,
"filename": "file.csv",
"mime": "csv",
"size": 22,
"created": "1970-01-01T00:00:00+00:00",
"updated": "2022-11-03T23:14:31+00:00",
"completed": null,
"status": null,
"errors": null,
"processed": null,
"collection_id": null,
"allowed_privileges": [
"read",
"create",
"update",
"delete",
"search"
]
}