You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/_json_spec/project.tags.json
+13-2Lines changed: 13 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,26 @@
7
7
"stability": "stable",
8
8
"visibility": "public",
9
9
"headers": {
10
-
"accept": ["application/json"]
10
+
"accept": [
11
+
"application/json"
12
+
]
11
13
},
12
14
"url": {
13
15
"paths": [
14
16
{
15
17
"path": "/_project/tags",
16
-
"methods": ["GET"]
18
+
"methods": [
19
+
"GET",
20
+
"POST"
21
+
]
17
22
}
18
23
]
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."
0 commit comments