tags

Name Resource Description
Create a tag POST api/2.0/project/tag Creates a new tag with the data specified in the request.
Get project tags GET api/2.0/project/tag Returns a list of all the available project tags.
Get projects by a tag GET api/2.0/project/tag/{tag} Returns the detailed list of all the projects with a tag specified in the request.
Get tags by a tag name GET api/2.0/project/tag/search Returns a list of all the tags by the tag name specified in the request.
Update a project tag PUT api/2.0/project/{id}/tag Updates a tag from the selected project with a new tag specified in the request.
Update project tags PUT api/2.0/project/{id}/tags Updates the tags from the selected project with the new tags specified in the request.