Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move jsdoc tag at the end (otherwise it grabs all text) #3666

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions output/schema/schema-serverless.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export interface Request extends RequestBase {
typed_keys?: boolean
}
/**
* @codegen_name search_templates
* The request body must be newline-delimited JSON (NDJSON) in the following format:
*
* ```
Expand All @@ -110,6 +109,8 @@ export interface Request extends RequestBase {
* It is required for each search body but can be empty `({})` or a blank line.
*
* The `<body>` contains the parameters for the search.
*
* @codegen_name search_templates
*/
body: Array<RequestItem>
}
Loading