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

Fix alias page #7831

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Changes from all commits
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
5 changes: 3 additions & 2 deletions _api-reference/index-apis/update-alias.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
layout: default
title: Create or Update Alias
title: Create or update alias
parent: Index APIs
nav_order: 5
---

# Create or Update Alias

**Introduced 1.0**
{: .label .label-purple }

Expand All @@ -16,7 +17,7 @@ The Create or Update Alias API is distinct from the [Alias API]({{site.url}}{{si

## Path and HTTP methods

```
```json
POST /<target>/_alias/<alias-name>
PUT /<target>/_alias/<alias-name>
POST /_alias/<alias-name>
Expand Down
Loading