Updated API Functions (markdown)

Lukas Metzger 2018-04-13 17:37:09 +02:00
parent a17ecc185d
commit c400efec19

@ -22,6 +22,12 @@ The JSON examples use the following Convention
}
```
If a call errors it provides a json with an error field. This contains a plain text description of the error. Additionally some errors provide a code field which can have the following values.
| code | description |
| ---- | ----------- |
| invalid_session | The supplied session token is invalid (often caused by session expiration) |
# Versioning
This documentation documents the API in version 1. All URLs are relative to `/api/v1`