I was taking a look at [this .md file](https://github.com/looker/looker-sdk-ruby/blob/master/authentication.md) and it looks like it suggests hitting ``` https://mycompany.looker.com/login ``` to login but the [Looker API docs](https://docs.looker.com/reference/api-and-integration/api-reference/v3.1/api-auth) have this endpoint listed as ``` https://mycompany.looker.com/api/<version here>/login ``` Can we update the instructions since hitting `/login` without the `/api/3.1/` will yield a 403?
I was taking a look at this .md file and it looks like it suggests hitting
to login but the Looker API docs have this endpoint listed as
Can we update the instructions since hitting
/loginwithout the/api/3.1/will yield a 403?