Fixed small issues in identity group alias API docs (#6569)

This commit is contained in:
Michel Vocks 2019-04-12 09:05:37 +02:00 committed by GitHub
parent 8bb77ab973
commit 2ee02ef6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,8 @@ This endpoint creates or updates a group alias.
- `id` `(string: <optional>)` - 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-<UUID>)` 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.