From a82db929913e7a0fefcc9059be0a86d5784c18af Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 14 Feb 2023 14:44:45 +0600 Subject: [PATCH] removed deprecation note from api docs --- docs/API.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/API.md b/docs/API.md index 7bbdd72..c42903a 100644 --- a/docs/API.md +++ b/docs/API.md @@ -2,12 +2,7 @@ This document provides info about methods and acceptable variables for all cobalt API requests.
## POST: ``/api/json`` Main processing endpoint.
-``` -⚠️ GET method for this endpoint is deprecated and will be removed entirely soon. -Make sure to update your shortcuts and scripts. -Only url query can be used with this method. -``` Request Body Type: ``application/json``
Response Body Type: ``application/json``