Skip to content

Commit

Permalink
update conflation metric args in postman
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeshotel committed Jan 30, 2025
1 parent b2e199b commit 93cf22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ripple1d/api/postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\r\n \"source_model_directory\": \"{{source_model_directory}}\",\r\n \"source_network\": {\"file_name\":\"{{nwm_data_directory}}\\\\flows.parquet\",\r\n \"version\":\"2.1\", // optional\r\n \"file_hash\": \"a6786ba02073f0233b9a69afc49d92bf-178\", // optional\r\n \"type\":\"nwm_hydrofabric\"} \r\n}",
"raw": "{\r\n \"source_model_directory\": \"{{source_model_directory}}\",\r\n \"model_name\":\"{{source_model_name}}\",\r\n \"source_network\": {\"file_name\":\"{{nwm_data_directory}}\\\\flows.parquet\",\r\n \"version\":\"2.1\", // optional\r\n \"file_hash\": \"a6786ba02073f0233b9a69afc49d92bf-178\", // optional\r\n \"type\":\"nwm_hydrofabric\"} \r\n}",
"options": {
"raw": {
"language": "json"
Expand Down

0 comments on commit 93cf22c

Please sign in to comment.