Open craigmulligan opened 7 years ago
Here it says you pass the protocol ID as a url param. http://petstore.swagger.io/?url=http://agile-iot.github.io/agile-api-spec/docs/swagger/api.swagger.yml#!/Protocol/StartDiscovery
But looking at the protocolId returned from the api it has spaces eg. "id": "Bluetooth LE",? I tried trimming the spaces but getting 500 errs. What should we be posting as protocolId?
"id": "Bluetooth LE",
500
protocolId
Here it says you pass the protocol ID as a url param. http://petstore.swagger.io/?url=http://agile-iot.github.io/agile-api-spec/docs/swagger/api.swagger.yml#!/Protocol/StartDiscovery
But looking at the protocolId returned from the api it has spaces eg.
"id": "Bluetooth LE",
? I tried trimming the spaces but getting500
errs. What should we be posting asprotocolId
?