Final typo fix

Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
Naarcha-AWS 2022-02-07 13:22:55 -06:00
parent 0b73c7bdb6
commit 97ad7b9503
2 changed files with 3 additions and 2 deletions

View File

@ -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
{

View File

@ -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