Skip to content

Commit

Permalink
Auto-generated code for 8.13 (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Mar 5, 2024
1 parent 4fcdb3c commit c0eb4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9225,7 +9225,7 @@ client.textStructure.findStructure({ ... })
==== test_grok_pattern
Tests a Grok pattern on some text.

{ref}/test-grok-pattern-api.html[Endpoint documentation]
{ref}/test-grok-pattern.html[Endpoint documentation]
[source,ts]
----
client.textStructure.testGrokPattern({ grok_pattern, text })
Expand Down
2 changes: 1 addition & 1 deletion src/api/api/text_structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class TextStructure {

/**
* Tests a Grok pattern on some text.
* @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/8.13/test-grok-pattern-api.html | Elasticsearch API documentation}
* @see {@link https://www.elastic.co/guide/en/elasticsearch/reference/8.13/test-grok-pattern.html | Elasticsearch API documentation}
*/
async testGrokPattern (this: That, params: T.TextStructureTestGrokPatternRequest | TB.TextStructureTestGrokPatternRequest, options?: TransportRequestOptionsWithOutMeta): Promise<T.TextStructureTestGrokPatternResponse>
async testGrokPattern (this: That, params: T.TextStructureTestGrokPatternRequest | TB.TextStructureTestGrokPatternRequest, options?: TransportRequestOptionsWithMeta): Promise<TransportResult<T.TextStructureTestGrokPatternResponse, unknown>>
Expand Down

0 comments on commit c0eb4ed

Please sign in to comment.