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.2 squash one bug, three 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 76315c2 commit c65acd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1",
"name": "Mist Runner Collections 0.3.8.2",
"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 @@ -1537,7 +1537,7 @@
],
"body": {
"mode": "raw",
"raw": "{\n test: null\n}",
"raw": "{\n \"rtsa\": {\n \"enabled\": false,\n \"track_asset\": false\n }\n}",
"options": {
"raw": {
"language": "json"
Expand All @@ -1560,7 +1560,7 @@
"variable": [
{
"key": "site_id",
"value": "{{site_id}}"
"value": "{{c_site_id}}"
}
]
},
Expand Down

0 comments on commit c65acd1

Please sign in to comment.