Skip to content

Commit c3a1118

Browse files
authored
Merge pull request #18 from merriamt/fix-postman-collection-json-typo
Fixed typo on line 1946
2 parents bab920e + 2e07429 commit c3a1118

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postman-collection.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@
19431943
"host": [
19441944
"{{controller_host}}"
19451945
],
1946-
"path": [https:","","achim.saas.appdynamics.com","controller","restui","nodeUiService","moveNode","{{node}}","{{tier}}"],
1946+
"path": ["https:","achim.saas.appdynamics.com","controller","restui","nodeUiService","moveNode","{{node}}","{{tier}}"],
19471947
"query": []
19481948
},
19491949
"description": "Provide a node id (-n) and a tier id (-t) to move the given node to the given tier."
@@ -2759,4 +2759,4 @@
27592759
"description": "Provide an id (-i), name (-n), a display name (-d), a list of roles (-r), a password (-p) and a mail address (-m) as parameters."
27602760
}
27612761
}]}]
2762-
}
2762+
}

0 commit comments

Comments
 (0)