update entity-alias doc fix (#19435)

This commit is contained in:
Max Winslow 2023-03-03 09:16:26 -07:00 committed by GitHub
parent d2a09ad453
commit c5d99edfec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,14 +135,14 @@ This endpoint is used to update an existing entity alias.
- `id` `(string: <required>)` Identifier of the entity alias.
- `name` `(string: <required>)` - Name of the alias. Name should be the identifier
- `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.
- `canonical_id` `(string: <required>)` - Entity ID to which this alias belongs to.
- `canonical_id` `(string: "")` - Entity ID to which this alias belongs to.
- `mount_accessor` `(string: <required>)` - Accessor of the mount to which the
- `mount_accessor` `(string: "")` - Accessor of the mount to which the
alias should belong to.
- `custom_metadata` `(map<string|string>: <optional>)` - A map of arbitrary string to string valued