Skip to content

Commit

Permalink
remove allapps request
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite committed Nov 1, 2024
1 parent c233be2 commit fd2f2d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OculusDB/ApiDocs/api_raw.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
},
{
Expand Down Expand Up @@ -777,7 +777,7 @@
"method": "GET",
"description": "Gets all webhooks, needs authorization",
"parameters": [],
"exampleUrl": "/api/v2/webhooks/all",
"exampleUrl": "",
"exampleResponse": {}
},
{
Expand Down

0 comments on commit fd2f2d4

Please sign in to comment.