Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update REST API Documentation
authored
Jun 12, 2018
by
Victor Höher
Show whitespace changes
Inline
Side-by-side
REST-API-Documentation.md
View page @
5897f7cb
...
@@ -391,7 +391,7 @@ This request allows you to add a sensor value to the database of the back end.
...
@@ -391,7 +391,7 @@ This request allows you to add a sensor value to the database of the back end.
*
**Required:**
*
**Required:**
```
javascript
```
javascript
data
=
[
json
]
(
Escaped
"
)
data
=
[
json
]
(
Escaped
'
"
'
)
timestamp
=
[
string
]
(
In
ms
from
1.1
.
1970
(
UNIX
-
TIME
)
timestamp
=
[
string
]
(
In
ms
from
1.1
.
1970
(
UNIX
-
TIME
)
sensor_uid
=
[
string
]
sensor_uid
=
[
string
]
```
```
...
...