Skip to content

Commit f32cc54

Browse files
committed
Add 'full_id' to Cat/Nodes endpoint
1 parent 3923432 commit f32cc54

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Elasticsearch/Endpoints/Cat/Nodes.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ public function getParamWhitelist()
3636
'h',
3737
'help',
3838
'v',
39-
's'
39+
's',
40+
'full_id'
4041
);
4142
}
4243

0 commit comments

Comments
 (0)