diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-27 19:33:05 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-04 07:58:15 +0200 |
commit | 8deb80b8d2c1c8d6f9831a777939d6d5da52a71a (patch) | |
tree | 575f7263cecd47ebb91468fbe4d818e929f079d0 /doc/api | |
parent | c7cc874a5e2ee62043d75faa98c9897625c1837a (diff) |
doc/api/user.md: Document introduction of user/delete_apikey
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/user.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/user.md b/doc/api/user.md index 6500bfdc9..33959fcc2 100644 --- a/doc/api/user.md +++ b/doc/api/user.md @@ -118,3 +118,6 @@ Example: } ``` +| Version | Change | +| ------- | ------ | +| 1.2.0 | Add this endpoint | |