---
title: "Update a billboard"
method: PATCH
path: "/billboards/{id}"
tags: ["Billboards"]
---

# Update a billboard

`PATCH /billboards/{id}`

## Headers

- `channel` string, required
- `organization` string, required

## Request body

- UpdateBillboardInput
  - `target` 'LIVE' | 'HOME'
  - `title` string — Billboard title
  - `description` string — Billboard description
  - `sort` number — Position in the carousel, when multiple billboards are displayed.
  - `delay` number — The number of seconds the billboard is displayed in the carousel.
  - `customization` BillboardCustomizationInput
    - `mobile` string — Media ID for the mobile version banner image
    - `desktop` string — Media ID for the desktop version banner image
  - `actions` string[] — IDs of the buttons on the billboard
  - `deleted` boolean — If **True**, the billboard has been deleted.

## Response `200`

Billboard updated.

---

[API](https://skmtc.net/fanhero/apis/tenant-endpoints.md) · [All operations](https://skmtc.net/fanhero/apis/tenant-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fanhero/tenant-endpoints/versions/8e7584c449dc/schema)
