Skip to content

Commit

Permalink
Add exists endpoint to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ungurandrei authored Mar 25, 2019
1 parent 07d569d commit e7ecc01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ Returns applications by `APPLICATION ID`
#### Sample Response
Same as the previous, just queried differently!

### `GET` to `/applications/exists?url=<url>`
Finds whether an application exists for a given user, based on a URL.
#### Sample Response
```
{"status": true}
```
## Update
### `PUT` to `/update/status`
#### Body
Expand Down

0 comments on commit e7ecc01

Please sign in to comment.