Currently, there are a handful of API endpoints that return a value that is not a JSON array or a JSON object. They return just a string.
/api/version
/api/hostname
/api/wlan/mac
Also, /api/reset doesn't return any response or response code!
I would expect this to return a 202 Accepted HTTP code
Currently, there are a handful of API endpoints that return a value that is not a JSON array or a JSON object. They return just a string.
/api/version/api/hostname/api/wlan/macAlso,
/api/resetdoesn't return any response or response code!I would expect this to return a
202 AcceptedHTTP code