From fd2f2d41a859efeb9e47e90f5bde6f5ca80c045f Mon Sep 17 00:00:00 2001 From: ComputerElite <71177995+ComputerElite@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:22:49 +0100 Subject: [PATCH] remove allapps request --- OculusDB/ApiDocs/api_raw.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OculusDB/ApiDocs/api_raw.json b/OculusDB/ApiDocs/api_raw.json index 3cb3b96..c81f2c8 100644 --- a/OculusDB/ApiDocs/api_raw.json +++ b/OculusDB/ApiDocs/api_raw.json @@ -557,10 +557,10 @@ { "url": "/api/v2/allapps", "method": "GET", - "description": "Aggregates all apps from the database, expensive request", + "description": "Aggregates all apps from the database, expensive request (won't be rendered, contains list of all applications)", "parameters": [ ], - "exampleUrl": "/api/v2/allapps", + "exampleUrl": "", "exampleResponse": {} }, { @@ -777,7 +777,7 @@ "method": "GET", "description": "Gets all webhooks, needs authorization", "parameters": [], - "exampleUrl": "/api/v2/webhooks/all", + "exampleUrl": "", "exampleResponse": {} }, {