---
title: "Add Ticket Relevant Asset"
method: POST
path: "/v2/tickets/{ticket_id}/relevant-assets"
tags: ["Ticket API"]
---

# Add Ticket Relevant Asset

`POST /v2/tickets/{ticket_id}/relevant-assets`

Add a relevant asset to a ticket. Associates an entity from the asset store with the specified ticket.

## Path parameters

- `ticket_id` string, required — The ID of the ticket to add the asset to.

## Request body

- object
  - `assetId` string — The ID of the asset (entity) to associate with the ticket.

## Response `200`

Success

- SvhelpPublicapiAddTicketRelevantAssetResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
