From ec3e571404c942284527d22eeff98a807cef203f Mon Sep 17 00:00:00 2001 From: Chris Hoffman Date: Fri, 27 Jul 2018 08:19:12 -0400 Subject: [PATCH] adding missing properties (#5003) --- website/source/api/auth/approle/index.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/api/auth/approle/index.html.md b/website/source/api/auth/approle/index.html.md index df54e57820..d20b812bdc 100644 --- a/website/source/api/auth/approle/index.html.md +++ b/website/source/api/auth/approle/index.html.md @@ -629,7 +629,8 @@ to be able to delegate specific endpoints using Vault's ACL system. | `GET/POST/DELETE` | `/auth/approle/role/:role_name/token-ttl` | `200/204` | | `GET/POST/DELETE` | `/auth/approle/role/:role_name/token-max-ttl` | `200/204` | | `GET/POST/DELETE` | `/auth/approle/role/:role_name/bind-secret-id` | `200/204` | -| `GET/POST/DELETE` | `/auth/approle/role/:role_name/bound-cidr-list` | `200/204` | +| `GET/POST/DELETE` | `/auth/approle/role/:role_name/secret-id-bound-cidrs` | `200/204` | +| `GET/POST/DELETE` | `/auth/approle/role/:role_name/token-bound-cidrs` | `200/204` | | `GET/POST/DELETE` | `/auth/approle/role/:role_name/period` | `200/204` | Refer to `/auth/approle/role/:role_name` endpoint.