---
title: "Attach a file to a Ticket"
method: POST
path: "/tickets/{id}/attach_file_url"
tags: ["Ticket"]
---

# Attach a file to a Ticket

`POST /tickets/{id}/attach_file_url`

Required permission: Tickets - Edit
Single-Customer Users can only access own tickets.

## Path parameters

- `id` integer, required

## Request body

- object
  - `files` object[]
    - `url` string
    - `filename` string

## Response `200`

successful

## Other responses

- `422` — Invalid request

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
