Skip to content

Commit 42286df

Browse files
authored
Spelling correction
Hi, I noticed some spelling mistakes in the docs so I've fixed them in this commit.
1 parent 889c7e5 commit 42286df

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

apiary.apib

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ We also provide simplified API so you can do updates via GET requests.
1717

1818
### Get pin value [GET]
1919

20-
+ Response 200 (applciation/json)
20+
+ Response 200 (application/json)
2121

2222
[
2323
]
2424

25-
+ Response 200 (applciation/json)
25+
+ Response 200 (application/json)
2626

2727
[
2828
"1"
2929
]
3030

31-
+ Response 200 (applciation/json)
31+
+ Response 200 (application/json)
3232

3333
[
3434
"1",
@@ -152,11 +152,11 @@ We also provide simplified API so you can do updates via GET requests.
152152

153153
### Checks that hardware with provided token is online and connected to server [GET]
154154

155-
+ Response 200 (applciation/json)
155+
+ Response 200 (application/json)
156156

157157
true
158158

159-
+ Response 200 (applciation/json)
159+
+ Response 200 (application/json)
160160

161161
false
162162

@@ -168,11 +168,11 @@ We also provide simplified API so you can do updates via GET requests.
168168

169169
### Check that application is connected to server and has active project with provided token [GET]
170170

171-
+ Response 200 (applciation/json)
171+
+ Response 200 (application/json)
172172

173173
true
174174

175-
+ Response 200 (applciation/json)
175+
+ Response 200 (application/json)
176176

177177
false
178178

@@ -281,7 +281,7 @@ Returns project connected with provided token.
281281

282282
### Get project [GET]
283283

284-
+ Response 200 (applciation/json)
284+
+ Response 200 (application/json)
285285

286286
{
287287
"id":125564119,

0 commit comments

Comments
 (0)