From cf08ac691da9c0317f009ccccfe4e76f79854318 Mon Sep 17 00:00:00 2001 From: Jack Halford Date: Tue, 15 Jun 2021 18:30:21 +0200 Subject: [PATCH] Update website/content/api-docs/secret/identity/entity-alias.mdx Co-authored-by: Yoko Hyakuna --- website/content/api-docs/secret/identity/entity-alias.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/api-docs/secret/identity/entity-alias.mdx b/website/content/api-docs/secret/identity/entity-alias.mdx index aefaf0c33038..a7f3d086a5da 100644 --- a/website/content/api-docs/secret/identity/entity-alias.mdx +++ b/website/content/api-docs/secret/identity/entity-alias.mdx @@ -19,8 +19,8 @@ This endpoint creates a new alias for an entity. - `name` `(string: )` - Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass - backend. If alias belongs to GitHub, it should be the GitHub username. If alias - belongs to an approle backend, the name should be a valid role_id. + auth method. If the alias belongs to GitHub, it should be the GitHub username. If the alias + belongs to an approle auth method, the name should be a valid RoleID. - `id` `(string: )` - ID of the entity alias. If set, updates the corresponding entity alias.