mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
Fixing typo on API docs.
This commit is contained in:
parent
56c4e80c18
commit
1e3b4f0aa4
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@
|
||||||
endpoint to begin the OAuth authentication procedure. Use the <code>/oauth/token</code>
|
endpoint to begin the OAuth authentication procedure. Use the <code>/oauth/token</code>
|
||||||
endpoint to receive your authorized token, which you can pass in with every request.</p>
|
endpoint to receive your authorized token, which you can pass in with every request.</p>
|
||||||
|
|
||||||
<p>You can not required to use OAuth, in which case you will need to pass the <code>newsblur_sessionid</code>
|
<p>You are not required to use OAuth, in which case you will need to pass the <code>newsblur_sessionid</code>
|
||||||
cookie with every request. This cookie is set on login.</p>
|
cookie with every request. This cookie is set on <a href="#/api/login">login</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue