Skip to content

Commit

Permalink
Remove incorrect api docs text around metadata being supported for id…
Browse files Browse the repository at this point in the history
…entity aliases
  • Loading branch information
jefferai committed Oct 8, 2018
1 parent 1950f4d commit 7c49fa6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions website/source/api/secret/identity/entity-alias.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,11 @@ This endpoint creates a new alias for an entity.
- `mount_accessor` `(string: <required>)` - Accessor of the mount to which the
alias should belong to.

- `metadata` `(key-value-map: {})` – Metadata to be associated with the
alias.

### Sample Payload

```json
{
"name": "testuser",
"metadata": {
"group": "san_francisco",
"region": "west"
},
"canonical_id": "404e57bc-a0b1-a80f-0a73-b6e92e8a52d3",
"mount_accessor": "auth_userpass_e50b1a44"
}
Expand Down Expand Up @@ -130,18 +123,11 @@ This endpoint is used to update an existing entity alias.
- `mount_accessor` `(string: <required>)` - Accessor of the mount to which the
alias should belong to.

- `metadata` `(key-value-map: {})` – Metadata to be associated with the
alias. Format should be a list of `key=value` pairs.

### Sample Payload

```json
{
"name": "testuser",
"metadata": {
"group": "philadelphia",
"region": "east"
},
"canonical_id": "404e57bc-a0b1-a80f-0a73-b6e92e8a52d3",
"mount_accessor": "auth_userpass_e50b1a44"
}
Expand Down

0 comments on commit 7c49fa6

Please sign in to comment.