From c65acd15b16a8d287840c5bb90aef808c65d000f Mon Sep 17 00:00:00 2001
From: jsnyder-juniper <jsnyder@juniper.net>
Date: Tue, 24 Aug 2021 21:34:44 -0600
Subject: [PATCH] 0.3.8.2 squash one bug, three more shall take its place.

---
 Postman Collection/Mist_Runner_collection.json.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Postman Collection/Mist_Runner_collection.json.json b/Postman Collection/Mist_Runner_collection.json.json
index 2a34d84..6fef660 100644
--- a/Postman Collection/Mist_Runner_collection.json.json	
+++ b/Postman Collection/Mist_Runner_collection.json.json	
@@ -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"
 	},
@@ -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"
@@ -1560,7 +1560,7 @@
 									"variable": [
 										{
 											"key": "site_id",
-											"value": "{{site_id}}"
+											"value": "{{c_site_id}}"
 										}
 									]
 								},