210cf5c76bff517f48e80fa1c2d63907.asciidoc 156 B

123456789
  1. // indices/put-mapping.asciidoc:561
  2. [source, php]
  3. ----
  4. $params = [
  5. 'index' => 'my_index',
  6. ];
  7. $response = $client->indices()->getMapping($params);
  8. ----