username:passwordAuthorization: Basic *****************{
"dataStore": {
"name": "my_geojson_store",
"type": "GeoJSON",
"enabled": true,
"connectionParameters": {
"url": "file:data/geojson/point.geojson",
"namespace": "NGrl0ZYqGiJEQINTy6HQt"
}
}
}curl --location '/workspaces//datastores' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"dataStore": {
"name": "my_geojson_store",
"type": "GeoJSON",
"enabled": true,
"connectionParameters": {
"url": "file:data/geojson/point.geojson",
"namespace": "NGrl0ZYqGiJEQINTy6HQt"
}
}
}'{}