From 7c8f537941571f92913392e04173c56c50786fae Mon Sep 17 00:00:00 2001 From: Nis-chal-Jain <89198650+Nis-chal-Jain@users.noreply.github.com> Date: Mon, 22 May 2023 18:35:03 +0530 Subject: [PATCH] Fixed an typo at the documentation of monkeytype api (#4306) Nis-chal-Jain --- 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 68f89904e..483469931 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 with some endpoints being more strict. Rate limit rates are shared across all ape keys.", + "description": "Documentation for the public endpoints provided by the Monkeytype 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 with some endpoints being more strict. Rate limit rates are shared across all ape keys.", "version": "1.0.0", "title": "Monkeytype API", "termsOfService": "https://monkeytype.com/terms-of-service",