From a70a6df40c4490041ef6fca10481d9b857020f2d Mon Sep 17 00:00:00 2001 From: Marcel Schwarz <3233901-marcel.schwarz@users.noreply.gitlab.com> Date: Tue, 14 Apr 2020 13:57:06 +0000 Subject: [PATCH] Update API Endpoints --- API-Endpoints.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/API-Endpoints.md b/API-Endpoints.md index 9171b99..e9b9613 100644 --- a/API-Endpoints.md +++ b/API-Endpoints.md @@ -28,4 +28,7 @@ ## Endpoints (DELETE) * "/users/{uid}?token=tk" → deletes the user * "/accounts/{accountid}?token=tk" → deletes the account -* "/records/{recordid}?token=tk" → deletes a record \ No newline at end of file +* "/records/{recordid}?token=tk" → deletes a record + +## Return types +* JSON → ALL Requests \ No newline at end of file