Skip to main content
PUT
/
tickets
/
deduplicate
/
merge
Merge a duplicate group
curl --request PUT \
  --url https://api.gleap.io/v3/tickets/deduplicate/merge \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'project: <project>' \
  --data '
{
  "duplicateTicketIds": [
    "<string>"
  ],
  "mainTicketId": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

project
string
required

Body

application/json
duplicateTicketIds
string[]
required
mainTicketId
string
required

Response

200 - application/json

Ok