Maybe a dumb question, but I can't find it anywhere in the documentation. I'm running an API with the development server and get a response from it in the console like:
[14/Feb/2019 15:45:11] "GET /api/v1/msgs HTTP/1.1" 200 405
200 OK is the status code, what is the 405? I'll wager it's the RTT in ms but would like confirmation.
Thanks, Jason