Skip to content

Commit e1fdb19

Browse files
margaretpearcepquentin
authored andcommitted
Set parameter nodes instead of node_id on task.list (#3113)
Co-authored-by: Quentin Pradet <[email protected]> (cherry picked from commit d7200dc)
1 parent 0545f60 commit e1fdb19

File tree

5 files changed

+11
-19
lines changed

5 files changed

+11
-19
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 5 additions & 8 deletions
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
import { GroupBy } from '@tasks/_types/GroupBy'
2121
import { RequestBase } from '@_types/Base'
22-
import { Id } from '@_types/common'
22+
import { Id, NodeIds } from '@_types/common'
2323
import { Duration } from '@_types/Time'
2424

2525
/**
@@ -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?: NodeIds
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)