From a058df0ac34979d28ffa9533e2bcbf064164f959 Mon Sep 17 00:00:00 2001 From: dblock Date: Fri, 10 Nov 2023 20:43:46 -0500 Subject: [PATCH] Run nox -rs generate. Signed-off-by: dblock --- opensearchpy/_async/client/__init__.py | 2 +- opensearchpy/client/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opensearchpy/_async/client/__init__.py b/opensearchpy/_async/client/__init__.py index a4defc45..9c44ddaf 100644 --- a/opensearchpy/_async/client/__init__.py +++ b/opensearchpy/_async/client/__init__.py @@ -373,7 +373,7 @@ async def index( :arg if_seq_no: only perform the operation if the last operation that has changed the document has the specified sequence number. :arg op_type: Explicit operation type. Defaults to `index` for - requests with an explicit document ID, and to `create`for requests + requests with an explicit document ID, and to `create` for requests without an explicit document ID. Valid choices are index, create. :arg pipeline: The pipeline id to preprocess incoming documents with. diff --git a/opensearchpy/client/__init__.py b/opensearchpy/client/__init__.py index 446226c5..aac80d83 100644 --- a/opensearchpy/client/__init__.py +++ b/opensearchpy/client/__init__.py @@ -373,7 +373,7 @@ def index( :arg if_seq_no: only perform the operation if the last operation that has changed the document has the specified sequence number. :arg op_type: Explicit operation type. Defaults to `index` for - requests with an explicit document ID, and to `create`for requests + requests with an explicit document ID, and to `create` for requests without an explicit document ID. Valid choices are index, create. :arg pipeline: The pipeline id to preprocess incoming documents with.