Final typo fix
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
parent
0b73c7bdb6
commit
97ad7b9503
|
@ -37,7 +37,7 @@ PUT _ingest/pipeline/{id}
|
|||
Field | Required | Type | Description
|
||||
:--- | :--- | :--- | :---
|
||||
description | Optional | string | Description of your ingest pipeline.
|
||||
processors | **Required** | Array of processor objects | A processor that transforms documents. Runs in the order specified. Appears in index once ran.
|
||||
processors | Required | Array of processor objects | A processor that transforms documents. Runs in the order specified. Appears in index once ran.
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
|
@ -75,7 +75,7 @@ Field | Required | Type | Description
|
|||
|
||||
## Response
|
||||
|
||||
Responses vary based on on which path and HTTP method you choose.
|
||||
Responses vary based on which path and HTTP method you choose.
|
||||
|
||||
### Specify pipeline in request body
|
||||
|
||||
|
@ -112,6 +112,7 @@ Responses vary based on on which path and HTTP method you choose.
|
|||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
### Specify pipeline ID inside HTTP path
|
||||
|
||||
|
|
Loading…
Reference in New Issue