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",