Updated API Functions (markdown)

Lukas Metzger 2018-01-05 16:23:13 +01:00
parent 50299bc670
commit fe83c9037a

@ -14,6 +14,14 @@ API results should be indicated with the matching HTTP status code. Specific cod
| 400 | The provided body is not valid json |
| 403 | Either no authentication headers are supplied or the user has not enough permissions |
The JSON examples use the following Convention
```json
{
"foo": "this is a required property",
"bar?": "this is an optional property"
}
```
# API Functions
* [[Sessions | API Sessions]]