Mercurial > hg > LGDataverses
view scripts/search/saved-search-setup @ 12:c2e2d794847f
new: add config.properties file for gazetteer
| author | Zoe Hong <zhong@mpiwg-berlin.mpg.de> |
|---|---|
| date | Wed, 30 Sep 2015 13:43:54 +0200 |
| parents | a50cf11e5178 |
| children |
line wrap: on
line source
#!/bin/bash curl -X PUT -d true http://localhost:8080/api/admin/settings/:SearchApiNonPublicAllowed echo curl -s http://localhost:8080/api/admin/savedsearches -X POST -H 'Content-type:application/json' --upload-file scripts/search/data/savedSearchMaliBasicHealth.json | jq .
