summaryrefslogtreecommitdiff
path: root/doc/api-json-rpc.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-12-04 14:31:41 -0500
committerFrederic Guillot <fred@kanboard.net>2016-12-04 14:31:41 -0500
commit3384ba49fa06c06794665407f22553b3ae0de498 (patch)
tree491fc358861baa48d615d0cc13037e677c6a0d9a /doc/api-json-rpc.markdown
parent7719703dce4e6353f9c5cccacccb7e364159aa1e (diff)
Update Changelog, contributors list and doc
Diffstat (limited to 'doc/api-json-rpc.markdown')
-rw-r--r--doc/api-json-rpc.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api-json-rpc.markdown b/doc/api-json-rpc.markdown
index ab1056f0..fc612682 100644
--- a/doc/api-json-rpc.markdown
+++ b/doc/api-json-rpc.markdown
@@ -18,6 +18,7 @@ There are two types of API access:
### User API
- Access to the API with the user credentials (username and password)
+- You can also generate a personal access token instead of your password
- Application role and project permissions are checked for each procedure
- A user session is created on the server
- Example of possible clients: native mobile/desktop application, command line utility, etc...