Skip to content

Commit 54a574c

Browse files
committed
Marked project_routing as being '@Availability serverless' only
1 parent 5ef4b50 commit 54a574c

File tree

5 files changed

+16
-49
lines changed

5 files changed

+16
-49
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 4 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: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/search/SearchRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ export interface Request extends RequestBase {
227227
* _alias:my-project
228228
* _alias:_origin
229229
* _alias:*pr*
230-
* Supported in serverless only. The param is not supported in stateful
231-
* (on-prem, ECH, etc.)
230+
* Supported in serverless only.
231+
* @availability serverless
232232
*/
233233
project_routing?: ProjectRouting
234234
/**

specification/async_search/submit/AsyncSearchSubmitRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ export interface Request extends RequestBase {
134134
* _alias:my-project
135135
* _alias:_origin
136136
* _alias:*pr*
137-
* Supported in serverless only. The param is not supported in stateful
138-
* (on-prem, ECH, etc.)
137+
* Supported in serverless only.
138+
* @availability serverless
139139
*/
140140
project_routing?: ProjectRouting
141141
/** @server_default true */

0 commit comments

Comments
 (0)