Skip to main content
POST
Add Ticket Relevant Asset

Authorizations

Authorization
string
header
required

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

Path Parameters

ticket_id
string
required

The ID of the ticket to add the asset to.

Body

application/json
assetId
string

The ID of the asset (entity) to associate with the ticket.

Response

Success

The response is of type AddTicketRelevantAssetResponse · object.