From 87a5bae7d2ef542d9251bacc77ceb50971fa7b86 Mon Sep 17 00:00:00 2001 From: Evan <64989416+Ferotiq@users.noreply.github.com> Date: Thu, 23 Jun 2022 10:44:23 -0500 Subject: [PATCH] remove monkeytype-js from the docs (#3213) --- backend/src/documentation/public-swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/documentation/public-swagger.json b/backend/src/documentation/public-swagger.json index 625f40170..5349ed565 100644 --- a/backend/src/documentation/public-swagger.json +++ b/backend/src/documentation/public-swagger.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "description": "Documentation for the public endpoints provided by the Monketype API server.\n\nNote that authentication is performed with the Authorization HTTP header in the format `Authorization: ApeKey YOUR_APE_KEY`\n\nThere is a rate limit of `30 requests per minute` across all endpoints. Rate limit rates are shared across all ape keys.\n\nIf you are using NodeJS, you can use our NPM package: https://www.npmjs.com/package/monkeytype-js", + "description": "Documentation for the public endpoints provided by the Monketype API server.\n\nNote that authentication is performed with the Authorization HTTP header in the format `Authorization: ApeKey YOUR_APE_KEY`\n\nThere is a rate limit of `30 requests per minute` across all endpoints. Rate limit rates are shared across all ape keys.", "version": "1.0.0", "title": "Monkeytype API", "termsOfService": "https://monkeytype.com/terms-of-service",