summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2015-05-25 14:10:26 -0400
committerFrédéric Guillot <fred@kanboard.net>2015-05-25 14:10:26 -0400
commit4414fbfc93a88ce222189da019398a812f72835f (patch)
treec010b7ecbcd51b7e402ba07cb21d9f97b40da157 /docs
parent03f89e2899660dbdadbc87d93048051c286e9a43 (diff)
Fix typo
Diffstat (limited to 'docs')
-rw-r--r--docs/api-json-rpc.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-json-rpc.markdown b/docs/api-json-rpc.markdown
index a126b8b5..156a552e 100644
--- a/docs/api-json-rpc.markdown
+++ b/docs/api-json-rpc.markdown
@@ -36,7 +36,7 @@ You can use an alternative HTTP header for the authentication if your server hav
Configuration:
1. Define your custom header in your `config.php`: `define('API_AUTHENTICATION_HEADER', 'X-API-Auth');`
-2. Encode the credentials in Base64, example with PHP `base64_encode('jsonrpc:19ffd9709d03ce50675c3a43d1c49c1ac207f4bc45f06c5b2701fbdf8929);`
+2. Encode the credentials in Base64, example with PHP `base64_encode('jsonrpc:19ffd9709d03ce50675c3a43d1c49c1ac207f4bc45f06c5b2701fbdf8929');`
3. Test with curl:
```bash