Skip to content

Commit 1271df5

Browse files
authored
Add serverless annotation to search mvt (#2186)
1 parent 1313a50 commit 1271df5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

output/schema/schema.json

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

specification/_global/search_mvt/SearchMvtRequest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ import { TrackHits } from '@global/search/_types/hits'
3232

3333
/**
3434
* @rest_spec_name search_mvt
35-
* @availability stack since=7.15.0 stability=experimental
35+
* @availability stack since=7.15.0 stability=stable
36+
* @availability serverless stability=stable visibility=public
3637
*/
3738
export interface Request extends RequestBase {
3839
path_parts: {

0 commit comments

Comments
 (0)