5
Swagger Spec (swagger.json)에서 'Authorization : Bearer <token>'을 어떻게 표현할 수 있습니까?
인증 / 보안 체계에 다음과 같이 헤더를 설정해야 함을 전달하려고합니다. Authorization: Bearer <token> 이것이 내가 swagger 문서를 기반으로 한 것입니다 . securityDefinitions: APIKey: type: apiKey name: Authorization in: header security: - APIKey: []