diff --git a/test/test_api/api_test.http b/test/test_api/api_test.http index 320779672..3192cb5ae 100755 --- a/test/test_api/api_test.http +++ b/test/test_api/api_test.http @@ -4,8 +4,8 @@ # The response will be shown in the right panel # @host = http://ems-esp.local -@host = http://192.168.1.65 -@host_dev = http://192.168.1.223 +@host = http://192.168.1.223 +@host_dev = http://192.168.1.65 @host_standalone = http://localhost:3080 @host_standalone2 = http://localhost:3082 @@ -145,6 +145,30 @@ Authorization: Bearer {{token}} ### +POST {{host_dev}}/api/system/txenabled +Content-Type: application/json +Authorization: Bearer {{token}} + +{ + "value" : "on" +} + +### + +POST {{host_dev}}/api/system/txenabled +Content-Type: application/json +Authorization: Bearer {{token}} + +{ + "value" : "off" +} + +### + +GET {{host_dev}}/api/system/settings/txMode/value + +### + GET {{host_dev}}/api/system/settings/locale/value ###