diff --git a/apps/app/bin/swagger-jsdoc/definition-apiv3.js b/apps/app/bin/swagger-jsdoc/definition-apiv3.js index bfed1b4fe4a..d4797c2c9dc 100644 --- a/apps/app/bin/swagger-jsdoc/definition-apiv3.js +++ b/apps/app/bin/swagger-jsdoc/definition-apiv3.js @@ -23,6 +23,11 @@ module.exports = { name: 'access_token', in: 'query', }, + cookieAuth: { + type: 'apiKey', + in: 'cookie', + name: 'connect.sid', + }, }, }, 'x-tagGroups': [