Added Path and HTTP methods section
This commit is contained in:
parent
82fce438bc
commit
475f1227ff
|
@ -37,6 +37,12 @@ PUT /sample-index1
|
|||
}
|
||||
```
|
||||
|
||||
## Path and HTTP methods
|
||||
|
||||
```
|
||||
PUT <index-name>
|
||||
```
|
||||
|
||||
## Index naming restrictions
|
||||
|
||||
OpenSearch indices have the following naming restrictions:
|
||||
|
|
Loading…
Reference in New Issue