From f382e8d72d71208a1a819f9e9aecb95a5f5d399e Mon Sep 17 00:00:00 2001 From: Kyle Shockey Date: Fri, 17 Nov 2017 20:39:28 -0800 Subject: [PATCH] Display `name` security scheme property for apiKey type --- src/core/components/auth/api-key-auth.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/components/auth/api-key-auth.jsx b/src/core/components/auth/api-key-auth.jsx index 2d8a5f52..e9c926b5 100644 --- a/src/core/components/auth/api-key-auth.jsx +++ b/src/core/components/auth/api-key-auth.jsx @@ -60,6 +60,9 @@ export default class ApiKeyAuth extends React.Component { + +

Name: { schema.get("name") }

+

In: { schema.get("in") }