Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Change headings to h2 for entity-alias page to maintain style consistency into release/1.13.x #19478

Merged
merged 2 commits into from
Mar 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/content/api-docs/secret/identity/entity-alias.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ $ curl \
}
```

### Delete Entity Alias by ID
## Delete Entity Alias by ID

This endpoint deletes an alias from its corresponding entity.

Expand All @@ -203,7 +203,7 @@ $ curl \
http://127.0.0.1:8200/v1/identity/entity-alias/id/34982d3d-e3ce-5d8b-6e5f-b9bb34246c31
```

### List Entity Aliases by ID
## List Entity Aliases by ID

This endpoint returns a list of available entity aliases by their identifiers.

Expand Down