Skip to content

Commit

Permalink
Auto-generated API code (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Apr 27, 2024
1 parent 57210c6 commit 8511ba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elasticsearch/_async/client/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ async def sync_job_list(
"""
Lists all connector sync jobs.
`<https://www.elastic.co/guide/en/elasticsearch/reference/{list}/list-connector-sync-jobs-api.html>`_
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/list-connector-sync-jobs-api.html>`_
:param connector_id: A connector id to fetch connector sync jobs for
:param from_: Starting offset (default: 0)
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch/_sync/client/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def sync_job_list(
"""
Lists all connector sync jobs.
`<https://www.elastic.co/guide/en/elasticsearch/reference/{list}/list-connector-sync-jobs-api.html>`_
`<https://www.elastic.co/guide/en/elasticsearch/reference/master/list-connector-sync-jobs-api.html>`_
:param connector_id: A connector id to fetch connector sync jobs for
:param from_: Starting offset (default: 0)
Expand Down

0 comments on commit 8511ba7

Please sign in to comment.