Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
Hi,

I noticed some spelling mistakes in the docs so I've fixed them in this commit.
  • Loading branch information
JamesFromIT authored May 30, 2021
1 parent 889c7e5 commit 42286df
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ We also provide simplified API so you can do updates via GET requests.

### Get pin value [GET]

+ Response 200 (applciation/json)
+ Response 200 (application/json)

[
]

+ Response 200 (applciation/json)
+ Response 200 (application/json)

[
"1"
]

+ Response 200 (applciation/json)
+ Response 200 (application/json)

[
"1",
Expand Down Expand Up @@ -152,11 +152,11 @@ We also provide simplified API so you can do updates via GET requests.

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

+ Response 200 (applciation/json)
+ Response 200 (application/json)

true

+ Response 200 (applciation/json)
+ Response 200 (application/json)

false

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

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

+ Response 200 (applciation/json)
+ Response 200 (application/json)

true

+ Response 200 (applciation/json)
+ Response 200 (application/json)

false

Expand Down Expand Up @@ -281,7 +281,7 @@ Returns project connected with provided token.

### Get project [GET]

+ Response 200 (applciation/json)
+ Response 200 (application/json)

{
"id":125564119,
Expand Down

0 comments on commit 42286df

Please sign in to comment.