Skip to content

Add feedback tags

POST
/v1/feedback/{id}/tags

Adds the provided tags to the feedback item without removing existing ones. Tag names that do not yet exist are auto-created at the team level. Tags already present are ignored.

Authorizations

BearerAuth

API token provided in the Authorization header as a Bearer token.

Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"tags": [
  
  
[
  
  
  
"bug",
  
  
  
"ux"
  
  
]
  
]
}

Responses

Tags successfully added.

application/json
JSON
{
  
"tags": [
  
  
{
  
  
  
"id": "019a77e7-5105-774f-ac0b-1b9b18f8366a",
  
  
  
"name": "ui"
  
  
}
  
]
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI