Skip to content

Commit 62d118c

Browse files
swallezl-trotta
andcommitted
Move jdoc tag at the end (otherwise it grabs all text) (#3666)
Co-authored-by: Laura Trotta <[email protected]>
1 parent 47181de commit 62d118c

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
@@ -82,7 +82,6 @@ export interface Request extends RequestBase {
8282
typed_keys?: boolean
8383
}
8484
/**
85-
* @codegen_name search_templates
8685
* The request body must be newline-delimited JSON (NDJSON) in the following format:
8786
*
8887
* ```
@@ -100,6 +99,8 @@ export interface Request extends RequestBase {
10099
* It is required for each search body but can be empty `({})` or a blank line.
101100
*
102101
* The `<body>` contains the parameters for the search.
102+
*
103+
* @codegen_name search_templates
103104
*/
104105
body: Array<RequestItem>
105106
}

0 commit comments

Comments
 (0)