Skip to main content

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

List of tags for a projectId

Schema

  • Array [

  • string

  • ]

Loading...