Feat: Remove API key documentation

This commit is contained in:
Daniel Hougaard
2024-04-18 20:50:52 +02:00
parent 8f8553760a
commit d71d59e399

View File

@@ -30,12 +30,6 @@ export const fastifySwagger = fp(async (fastify) => {
scheme: "bearer",
bearerFormat: "JWT",
description: "An access token in Infisical"
},
apiKeyAuth: {
type: "apiKey",
in: "header",
name: "X-API-Key",
description: "An API Key in Infisical"
}
}
}