From 2ee02ef6daa00c521826fefd3d14ef51e5bbac16 Mon Sep 17 00:00:00 2001 From: Michel Vocks Date: Fri, 12 Apr 2019 09:05:37 +0200 Subject: [PATCH] Fixed small issues in identity group alias API docs (#6569) --- website/source/api/secret/identity/group-alias.html.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.