Get all tags of project
GET/tags/by/project/:projectId
Get all tags of project
Request
Path Parameters
projectId projectIdrequired
The projectId to grab data about
Responses
- 200
- 404
- default
List of tags for a projectId
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
string
[
"string"
]
NotFound
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "A mandatory item was not found"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...