File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ title: Runara API Reference
33
44language_tabs :
55 - shell
6- - javascript
76
87toc_footers :
9- - <a href='http://github.com/%3Cspan%20class="x x-first x-last"># '>Sign Up for a Developer Key</a>
8+ - <a href='http://github.com/%3Cspan%20class="x x-first x-last">https://app.runara.com/developer '>Sign Up for a Developer Key</a>
109
1110includes :
1211 - errors
@@ -59,7 +58,7 @@ Kittn uses API keys to allow access to the API. You can register a new Kittn API
5958
6059Kittn expects for the API key to be included in all API requests to the server in a header that looks like the following:
6160
62- ` Authorization: you .jwt.token `
61+ ` Authorization: Bearer your .jwt.token `
6362
6463<aside class =" notice " >
6564You must replace <code >you.jwt.token</code > with your personal API key.
@@ -71,7 +70,7 @@ You must replace <code>you.jwt.token</code> with your personal API key.
7170
7271``` shell
7372curl " https://api.runara.com/kittens"
74- -H " Authorization: Bearer: your.jwt.token"
73+ -H " Authorization: Bearer your.jwt.token"
7574```
7675
7776``` javascript
Original file line number Diff line number Diff line change @@ -497,6 +497,9 @@ html {
497497 margin-bottom : 1.5em ;
498498 background : $aside-notice-bg ;
499499 line-height : 1.6 ;
500+ color : #fff ;
501+
502+ & .notice {}
500503
501504 & .warning {
502505 background-color : $aside-warning-bg ;
You can’t perform that action at this time.
0 commit comments