From a1013ba27be40f33933f92c0d75e464457a99e13 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Fri, 3 Nov 2017 17:29:55 -0400 Subject: [PATCH] Update SSH list roles docs --- website/source/api/secret/ssh/index.html.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/website/source/api/secret/ssh/index.html.md b/website/source/api/secret/ssh/index.html.md index c124eac173ff..5b28c0454160 100644 --- a/website/source/api/secret/ssh/index.html.md +++ b/website/source/api/secret/ssh/index.html.md @@ -310,7 +310,15 @@ $ curl \ { "auth": null, "data": { - "keys": ["dev", "prod"] + "keys": ["dev", "prod"], + "key_info": { + "dev": { + "key_type": "ca" + }, + "prod": { + "key_type": "dynamic" + } + } }, "lease_duration": 2764800, "lease_id": "",