Skip to content

Commit

Permalink
Casper Nyvang Sørensen updated SW7-API-Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper-NS committed Nov 27, 2023
1 parent 7688d1a commit 6f721c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Postman Collections/SW7-API-Tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"measurements\":[\n {\n \"type\": \"0\",\n \"macaddress\": \"11:22:33:44:55:66\",\n \"measurement\": -30\n },\n {\n \"type\": \"0\",\n \"macaddress\": \"11:22:33:44:55:77\",\n \"measurement\": -40\n },\n {\n \"type\": \"1\",\n \"macaddress\": \"11:22:33:44:55:66\",\n \"measurement\": -20\n },\n {\n \"type\": \"1\",\n \"macaddress\": \"11:22:33:44:55:77\",\n \"measurement\": -30\n }\n ]\n}",
"raw": "{\n {\n \"roomId\": 0,\n \"measurements\":[\n {\n \"type\": \"0\",\n \"macaddress\": \"11:22:33:44:55:66\",\n \"measurement\": -30\n },\n {\n \"type\": \"0\",\n \"macaddress\": \"11:22:33:44:55:77\",\n \"measurement\": -40\n },\n {\n \"type\": \"1\",\n \"macaddress\": \"11:22:33:44:55:66\",\n \"measurement\": -20\n },\n {\n \"type\": \"1\",\n \"macaddress\": \"11:22:33:44:55:77\",\n \"measurement\": -30\n }\n ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "http://localhost:8081/measurements/add?roomId=1",
"raw": "http://localhost:8081/measurements/add",
"protocol": "http",
"host": [
"localhost"
Expand All @@ -74,7 +74,7 @@
{
"key": "roomId",
"value": "1",
"type": "text"
"disabled": true
}
]
}
Expand Down

0 comments on commit 6f721c1

Please sign in to comment.