@@ -17,18 +17,18 @@ We also provide simplified API so you can do updates via GET requests.
17
17
18
18
### Get pin value [GET ]
19
19
20
- + Response 200 (applciation /json)
20
+ + Response 200 (application /json)
21
21
22
22
[
23
23
]
24
24
25
- + Response 200 (applciation /json)
25
+ + Response 200 (application /json)
26
26
27
27
[
28
28
" 1"
29
29
]
30
30
31
- + Response 200 (applciation /json)
31
+ + Response 200 (application /json)
32
32
33
33
[
34
34
" 1" ,
@@ -152,11 +152,11 @@ We also provide simplified API so you can do updates via GET requests.
152
152
153
153
### Checks that hardware with provided token is online and connected to server [GET ]
154
154
155
- + Response 200 (applciation /json)
155
+ + Response 200 (application /json)
156
156
157
157
true
158
158
159
- + Response 200 (applciation /json)
159
+ + Response 200 (application /json)
160
160
161
161
false
162
162
@@ -168,11 +168,11 @@ We also provide simplified API so you can do updates via GET requests.
168
168
169
169
### Check that application is connected to server and has active project with provided token [GET ]
170
170
171
- + Response 200 (applciation /json)
171
+ + Response 200 (application /json)
172
172
173
173
true
174
174
175
- + Response 200 (applciation /json)
175
+ + Response 200 (application /json)
176
176
177
177
false
178
178
@@ -281,7 +281,7 @@ Returns project connected with provided token.
281
281
282
282
### Get project [GET ]
283
283
284
- + Response 200 (applciation /json)
284
+ + Response 200 (application /json)
285
285
286
286
{
287
287
" id" : 125564119 ,
0 commit comments