Corrected OAuth capitalization per RFC 6749

This commit is contained in:
Jeremiah Lee
2017-02-08 07:43:29 +01:00
parent 993afaaaea
commit dedec97224
2 changed files with 62 additions and 62 deletions

View File

@@ -22,7 +22,7 @@ Example entry:
Currently, the only accepted inputs for this field are as follows:
* `oAuth` - _the API supports oAuth_
* `OAuth` - _the API supports OAuth_
* `apiKey` - _the API uses a private key string/token for authentication - try and use the correct parameter_
* `X-Mashape-Key` - _the name of the header which may need to be sent_
* `No` - _the API requires no authentication to run_