Skip to content

Commit 745c5c3

Browse files
authored
rest-api-spec: add project.tags API (#135844)
* rest-api-spec: add project.tags API * Fix rest-api-spec validation
1 parent fa692ab commit 745c5c3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"project.tags": {
3+
"documentation": {
4+
"url": null,
5+
"description": "Return tags defined for the project"
6+
},
7+
"stability": "experimental",
8+
"visibility": "public",
9+
"headers": {
10+
"accept": ["application/json"]
11+
},
12+
"url": {
13+
"paths": [
14+
{
15+
"path": "/_project/tags",
16+
"methods": ["GET"]
17+
}
18+
]
19+
}
20+
}
21+
}

0 commit comments

Comments
 (0)