Skip to content

Commit 431bc7c

Browse files
Set parameter nodes instead of node_id on task.list
1 parent 36dbbd9 commit 431bc7c

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/tasks/list/ListTasksRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export interface Request extends RequestBase {
4848
/**
4949
* Comma-separated list of node IDs or names used to limit returned information.
5050
*/
51-
node_id?: string[]
51+
nodes?: string[]
5252
/**
5353
* Parent task ID used to limit returned information. To return all tasks, omit this parameter or use a value of `-1`.
5454
*/

0 commit comments

Comments
 (0)