diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-10 20:54:12 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-10 20:54:12 +0100 |
commit | 24d51e78c462fdb829b10747eac470fc80e6fdce (patch) | |
tree | e225dc9d3bb3c9ae6f8efe0b9fd880cba4146770 /resources | |
parent | e69391d4f309f6268440632585bbddf3a2a5bd60 (diff) |
Adds ability to save a single datamap to the database
Diffstat (limited to 'resources')
-rw-r--r-- | resources/curl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/curl b/resources/curl index ac6668b..4a9c949 100644 --- a/resources/curl +++ b/resources/curl @@ -1 +1,2 @@ curl -X POST -F "file=@./resources/datamap.csv" -F "name=bobbins" -F "description=This is a long description of the datamap." http://localhost:4000/v1/datamaps|jq > /tmp/dm.json +curl -X POST -F "file=@./resources/datamap.csv" -F "name=bobbins" -F "description=This is a long description of the datamap." http://localhost:5000/v1/datamaps |