1// docs/reindex.asciidoc:718
2
3[source, php]
4----
5$params = [
6    'index' => 'test2',
7    'id' => '1',
8];
9$response = $client->get($params);
10----
11