Skip to content

Auto-generated code for 9.0 #2916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 30 additions & 8 deletions docs/reference/api-reference.md

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/api/api/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ const acceptedParams: Record<string, { path: string[], body: string[], query: st
'document'
],
query: [
'if_primary_term',
'if_seq_no',
'include_source_on_error',
'op_type',
'pipeline',
'refresh',
'require_alias',
Expand Down
1 change: 1 addition & 0 deletions src/api/api/eql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default class Eql {
'allow_partial_search_results',
'allow_partial_sequence_results',
'expand_wildcards',
'ccs_minimize_roundtrips',
'ignore_unavailable',
'keep_alive',
'keep_on_completion',
Expand Down
5 changes: 4 additions & 1 deletion src/api/api/indices.ts
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,10 @@ export default class Indices {
body: [],
query: [
'active_only',
'detailed'
'detailed',
'allow_no_indices',
'expand_wildcards',
'ignore_unavailable'
]
},
'indices.refresh': {
Expand Down
72 changes: 54 additions & 18 deletions src/api/api/inference.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ export default class Inference {
body: [
'inference_config'
],
query: []
query: [
'timeout'
]
},
'inference.put_alibabacloud': {
path: [
Expand All @@ -112,7 +114,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_amazonbedrock': {
path: [
Expand All @@ -125,7 +129,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_anthropic': {
path: [
Expand All @@ -138,7 +144,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_azureaistudio': {
path: [
Expand All @@ -151,7 +159,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_azureopenai': {
path: [
Expand All @@ -164,7 +174,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_cohere': {
path: [
Expand All @@ -177,7 +189,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_elasticsearch': {
path: [
Expand All @@ -190,7 +204,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_elser': {
path: [
Expand All @@ -202,7 +218,9 @@ export default class Inference {
'service',
'service_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_googleaistudio': {
path: [
Expand All @@ -214,7 +232,9 @@ export default class Inference {
'service',
'service_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_googlevertexai': {
path: [
Expand All @@ -227,7 +247,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_hugging_face': {
path: [
Expand All @@ -239,7 +261,9 @@ export default class Inference {
'service',
'service_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_jinaai': {
path: [
Expand All @@ -252,7 +276,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_mistral': {
path: [
Expand All @@ -264,7 +290,9 @@ export default class Inference {
'service',
'service_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_openai': {
path: [
Expand All @@ -277,7 +305,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_voyageai': {
path: [
Expand All @@ -290,7 +320,9 @@ export default class Inference {
'service_settings',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.put_watsonx': {
path: [
Expand All @@ -301,7 +333,9 @@ export default class Inference {
'service',
'service_settings'
],
query: []
query: [
'timeout'
]
},
'inference.rerank': {
path: [
Expand Down Expand Up @@ -336,7 +370,9 @@ export default class Inference {
'input',
'task_settings'
],
query: []
query: [
'timeout'
]
},
'inference.text_embedding': {
path: [
Expand Down
Loading
Loading