From 648488bb1831b050546b4edbccaf52770c091979 Mon Sep 17 00:00:00 2001 From: Rootspring Date: Tue, 14 Jun 2022 13:15:54 +0530 Subject: [PATCH 1/2] Note v5 is released --- pages/docs/api/about.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pages/docs/api/about.mdx b/pages/docs/api/about.mdx index 1d6c927..8c652b5 100644 --- a/pages/docs/api/about.mdx +++ b/pages/docs/api/about.mdx @@ -29,12 +29,10 @@ Infinity uses a REST API for general operations such as sending and receiving `P [spider.infinitybotlist.com](https://spider.infinitybotlist.com) is the beta API and will always point to the current latest API version. -The current latest beta API version is ``v5``. The current stable API version is ``v4.1`` (which is what currently runs on https://api.infinitybotlist.com) +The current latest beta API version is ``v5``. The current stable API version is ``v5`` (which is what currently runs on https://api.infinitybotlist.com) **Note that in most cases, ``spider.infinitybotlist.com`` and ``api.infinitybotlist.com`` will be in sync and will point to the same server** -The current release date of ``v5`` is unknown. We are working hard in making it as stable as possible before release. Many features will be exclusive to API v5 - **There are several breaking changes in ``v5``. Your library should be taking care of these differences (such as 'flatter'/simpler to use API responses) --- From cd8c6666de6eaac26f5a5f22ea4cfb1073269ddf Mon Sep 17 00:00:00 2001 From: Rootspring Date: Tue, 14 Jun 2022 13:21:36 +0530 Subject: [PATCH 2/2] Update bots.mdx --- pages/docs/api/bots.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages/docs/api/bots.mdx b/pages/docs/api/bots.mdx index 1e0754b..2333273 100644 --- a/pages/docs/api/bots.mdx +++ b/pages/docs/api/bots.mdx @@ -34,6 +34,14 @@ Fetch some information about a specific bot from our API. --- +## Test Webhook + + + +Allows you to test your webhook. + +This endpoint as of right now is prone to change, as such see [here](https://spider.infinitybotlist.com/docs#tag/System/operation/webhook_test) for the request and response you will get as this may rapidly change in the future if the site requires it. You should *never* rely on this endpoint for long running scripts. + ## POST Bot Stats