From 97ad7b9503af6553f1e6781d71fd7d9e75230518 Mon Sep 17 00:00:00 2001 From: Naarcha-AWS Date: Mon, 7 Feb 2022 13:22:55 -0600 Subject: [PATCH] Final typo fix Signed-off-by: Naarcha-AWS --- _opensearch/rest-api/ingest-apis/create-update-ingest.md | 2 +- _opensearch/rest-api/ingest-apis/simulate-ingest.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_opensearch/rest-api/ingest-apis/create-update-ingest.md b/_opensearch/rest-api/ingest-apis/create-update-ingest.md index 26068749..36bc81a9 100644 --- a/_opensearch/rest-api/ingest-apis/create-update-ingest.md +++ b/_opensearch/rest-api/ingest-apis/create-update-ingest.md @@ -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 { diff --git a/_opensearch/rest-api/ingest-apis/simulate-ingest.md b/_opensearch/rest-api/ingest-apis/simulate-ingest.md index 1f3ac8f8..9cfec043 100644 --- a/_opensearch/rest-api/ingest-apis/simulate-ingest.md +++ b/_opensearch/rest-api/ingest-apis/simulate-ingest.md @@ -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