Update Ticket Tags
Updates tags for the specified ticket.
Required Permissions
Requires the MEMBER role or higher.
HTTP Request
PUT /api/sonar/tickets/:guid/tags
cURL Example
curl -H "Authorization: Bearer <API_KEY>" \
-d tags=638cfeb2-e259-46af-961a-1eeb65ea35f0 \
-X PUT \
https://HOSTNAME/api/sonar/tickets/201dc306-5ef7-4d4f-b872-1fa0f4d7dc56/tags
Request Parameters
| Key | Required | Type | Description | Notes |
|---|---|---|---|---|
| guid | Y | String | Ticket GUID | 36 characters |
| tags | Y | String list | Tag GUID list | Comma-separated GUID list |
Success Response
HTTP status code 200 response
{}