Skip to content

Commit b0d845c

Browse files
committed
Update description
1 parent d50cd95 commit b0d845c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_json_spec/project.tags.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"params": {
2121
"project_routing": {
2222
"type": "string",
23-
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*."
23+
"description": "A Lucene query using project metadata tags used to filter which projects are returned in the response, such as _alias:_origin or _alias:*pr*."
2424
}
2525
}
2626
}

specification/project/tags/TagsRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface Request extends RequestBase {
3838
]
3939
query_parameters: {
4040
/**
41-
* A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*.
41+
* A Lucene query using project metadata tags used to filter which projects are returned in the response, such as _alias:_origin or _alias:*pr*.
4242
* @availability serverless stability=experimental visibility=public
4343
*/
4444
project_routing?: string

0 commit comments

Comments
 (0)