Skip to content

Commit

Permalink
Auto-generated API code (#2381)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine committed Nov 27, 2023
1 parent b1ea3d9 commit 05757fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions elasticsearch/_async/client/eql.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async def get(
"""
Returns async results from previously executed Event Query Language (EQL) search
`< https://www.elastic.co/guide/en/elasticsearch/reference/8.11/get-async-eql-search-api.html>`_
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.11/get-async-eql-search-api.html>`_
:param id: Identifier for the search.
:param keep_alive: Period for which the search and its results are stored on
Expand Down Expand Up @@ -123,7 +123,7 @@ async def get_status(
Returns the status of a previously submitted async or stored Event Query Language
(EQL) search
`< https://www.elastic.co/guide/en/elasticsearch/reference/8.11/get-async-eql-status-api.html>`_
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.11/get-async-eql-status-api.html>`_
:param id: Identifier for the search.
"""
Expand Down
4 changes: 2 additions & 2 deletions elasticsearch/_sync/client/eql.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def get(
"""
Returns async results from previously executed Event Query Language (EQL) search
`< https://www.elastic.co/guide/en/elasticsearch/reference/8.11/get-async-eql-search-api.html>`_
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.11/get-async-eql-search-api.html>`_
:param id: Identifier for the search.
:param keep_alive: Period for which the search and its results are stored on
Expand Down Expand Up @@ -123,7 +123,7 @@ def get_status(
Returns the status of a previously submitted async or stored Event Query Language
(EQL) search
`< https://www.elastic.co/guide/en/elasticsearch/reference/8.11/get-async-eql-status-api.html>`_
`<https://www.elastic.co/guide/en/elasticsearch/reference/8.11/get-async-eql-status-api.html>`_
:param id: Identifier for the search.
"""
Expand Down

0 comments on commit 05757fb

Please sign in to comment.