diff --git a/website/source/api/secret/identity/group-alias.html.md b/website/source/api/secret/identity/group-alias.html.md index 4a4aa2fc52..0cf23bdc32 100644 --- a/website/source/api/secret/identity/group-alias.html.md +++ b/website/source/api/secret/identity/group-alias.html.md @@ -22,8 +22,8 @@ This endpoint creates or updates a group alias. - `id` `(string: )` - ID of the group alias. If set, updates the corresponding existing group alias. -- `mount_accessor` `(string: "")` – Mount accessor to which this alias belongs - toMount accessor to which this alias belongs to. +- `mount_accessor` `(string: "")` – Mount accessor which this alias belongs + to. - `canonical_id` `(string: "")` - ID of the group to which this is an alias. @@ -73,8 +73,8 @@ This endpoint is used to update an existing group alias. - `name` `(string: entity-)` – Name of the group alias. -- `mount_accessor` `(string: "")` – Mount accessor to which this alias belongs - toMount accessor to which this alias belongs to. +- `mount_accessor` `(string: "")` – Mount accessor which this alias belongs + to. - `canonical_id` `(string: "")` - ID of the group to which this is an alias. @@ -169,7 +169,7 @@ $ curl \ http://127.0.0.1:8200/v1/identity/group-alias/id/ca726050-d8ac-6f1f-4210-3b5c5b613824 ``` -## List Entities by ID +## List Group Alias by ID This endpoint returns a list of available group aliases by their identifiers.