Skip to content

Commit

Permalink
Fix alias page (#7831) (#7833)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored Jul 25, 2024
1 parent 56c61b2 commit 9b52f1e
Showing 1 changed file with 3 additions and 2 deletions.
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

0 comments on commit 9b52f1e

Please sign in to comment.