From e7ecc0161a6369f29d127a4ebed9ce64b12c7761 Mon Sep 17 00:00:00 2001 From: Andrei Ungur Date: Sun, 24 Mar 2019 22:39:34 -0400 Subject: [PATCH] Add `exists` endpoint to docs --- docs/endpoints.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/endpoints.md b/docs/endpoints.md index b8c8e89..5e28112 100644 --- a/docs/endpoints.md +++ b/docs/endpoints.md @@ -45,6 +45,12 @@ Returns applications by `APPLICATION ID` #### Sample Response Same as the previous, just queried differently! +### `GET` to `/applications/exists?url=` +Finds whether an application exists for a given user, based on a URL. +#### Sample Response +``` +{"status": true} +``` ## Update ### `PUT` to `/update/status` #### Body