Skip to content

Commit 8374b20

Browse files
committed
Add project_routing param to _project/tags
1 parent 3a4eb3f commit 8374b20

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

specification/_json_spec/project.tags.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,26 @@
77
"stability": "stable",
88
"visibility": "public",
99
"headers": {
10-
"accept": ["application/json"]
10+
"accept": [
11+
"application/json"
12+
]
1113
},
1214
"url": {
1315
"paths": [
1416
{
1517
"path": "/_project/tags",
16-
"methods": ["GET"]
18+
"methods": [
19+
"GET",
20+
"POST"
21+
]
1722
}
1823
]
24+
},
25+
"params": {
26+
"project_routing": {
27+
"type": "string",
28+
"description": "A Lucene query using project metadata tags to limit which projects to search, such as _alias:_origin or _alias:*pr*. Only supported in serverless."
29+
}
1930
}
2031
}
2132
}

0 commit comments

Comments
 (0)