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)
---
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