From 2a45f352bb33c61ccc42d6076378500e365ba7a6 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Wed, 28 Mar 2018 14:40:34 -0400 Subject: [PATCH] make example cred type work --- docs/custom_credential_types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_credential_types.md b/docs/custom_credential_types.md index 33426c2011..409fbcfeae 100644 --- a/docs/custom_credential_types.md +++ b/docs/custom_credential_types.md @@ -67,7 +67,7 @@ new "custom" ``Credential Types``: "id": "api_token", "label": "API Token", "type": "string", - "secret": True, + "secret": true }] }, "injectors": {