Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
0.3.8.1 squash one bug, two more shall take its place.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnyder-juniper committed Aug 25, 2021
1 parent 9cc5343 commit 76315c2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Postman Collection/Mist_Runner_collection.json.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"info": {
"_postman_id": "dadbd3d3-26e1-4c81-9d53-449d3dc0aa0b",
"name": "Mist Runner Collections 0.3.8",
"name": "Mist Runner Collections 0.3.8.1",
"description": "This collection will use a CSV Template to create multiple sites via the Mist API.\n\nIt also uses a google API to get the lat/long of the address and use the properly formatted address returned from Google Maps.\n\n\nRequired Environmental Variables:\n\n{{apitoken}} This your Mist dashboard API token. It should have permissions to create sites\n{{google_api_token}} This is a google API token that has access to geocode APIs.\n\n\nCSV Required Values:\nsite_name\nsite_address (Note, must be URL Encoded (replace \" \" with \"+\" and enclosed in quotes)\n\nCSV Optional Values:\nsite_groups\nrf_template_id\n\nExample CSV:\n\nsite_name,site_address,site_groups,rf_template_id\n```\nAdonis,\"5592+S+Adonis+Pl,+Boise,+ID+83716\",xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\n```",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
Expand Down Expand Up @@ -1499,12 +1499,7 @@
"}",
"",
"jsonPayload = pm.request.body.toString()",
"console.info(jsonPayload)",
"",
"pm.test(\"Payload is valid JSON\", function() {",
" isJson(jsonPayload).to.eql(true)",
"});",
""
"console.info(jsonPayload)"
],
"type": "text/javascript"
}
Expand Down

0 comments on commit 76315c2

Please sign in to comment.