381fced1882ca8337143e6bb180a5715.asciidoc 241 B

12345678910111213141516
  1. // docs/update.asciidoc:84
  2. [source, php]
  3. ----
  4. $params = [
  5. 'index' => 'test',
  6. 'id' => '1',
  7. 'body' => [
  8. 'counter' => 1,
  9. 'tags' => [
  10. 'red',
  11. ],
  12. ],
  13. ];
  14. $response = $client->index($params);
  15. ----