diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/project.tags.json b/rest-api-spec/src/main/resources/rest-api-spec/api/project.tags.json new file mode 100644 index 0000000000000..5647ab285af16 --- /dev/null +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/project.tags.json @@ -0,0 +1,21 @@ +{ + "project.tags": { + "documentation": { + "url": null, + "description": "Return tags defined for the project" + }, + "stability": "experimental", + "visibility": "public", + "headers": { + "accept": ["application/json"] + }, + "url": { + "paths": [ + { + "path": "/_project/tags", + "methods": ["GET"] + } + ] + } + } +}