Ticket API
Add Ticket Relevant Asset
Add a relevant asset to a ticket. Associates an entity from the asset store with the specified ticket.
POST
Add Ticket Relevant Asset
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the ticket to add the asset to.
Body
application/json
The ID of the asset (entity) to associate with the ticket.
Response
Success
The response is of type AddTicketRelevantAssetResponse · object.
Add Ticket Relevant Asset

