Skip to content

Commit 76d7a8e

Browse files
Move jdoc tag at the end (otherwise it grabs all text) (#3666) (#3673)
Co-authored-by: Laura Trotta <[email protected]> (cherry picked from commit c9adece) Co-authored-by: Sylvain Wallez <[email protected]>
1 parent 285fa0f commit 76d7a8e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

output/schema/schema-serverless.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/msearch_template/MultiSearchTemplateRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ export interface Request extends RequestBase {
9292
typed_keys?: boolean
9393
}
9494
/**
95-
* @codegen_name search_templates
9695
* The request body must be newline-delimited JSON (NDJSON) in the following format:
9796
*
9897
* ```
@@ -110,6 +109,8 @@ export interface Request extends RequestBase {
110109
* It is required for each search body but can be empty `({})` or a blank line.
111110
*
112111
* The `<body>` contains the parameters for the search.
112+
*
113+
* @codegen_name search_templates
113114
*/
114115
body: Array<RequestItem>
115116
}

0 commit comments

Comments
 (0)