---
title: "Update a billboard by ID"
method: PUT
path: "/api/billboards/{id}"
tags: ["billboards"]
---

# Update a billboard by ID

`PUT /api/billboards/{id}`

This endpoint allows the client to update the attributes of a single billboard, via its id.

## Path parameters

- `id` integer, required

## Request body

- object

## Response `200`

successful

- object

## Other responses

- `401` — unauthorized
- `404` — not found

## Changes

- **2026-07-13** (v1) `7db6ba099285` — 2 breaking
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `404`
- **2026-05-28** (v1) `6550ad7be94f` — 2 info
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `404`
- **2026-03-03** (v1) `c9e7662755c2` — 2 breaking, 9 warning, 9 info
  - removed the media type `application/json` for the response with the status `401`
  - removed the media type `application/json` for the response with the status `404`
  - added the new `digest_first` enum value to the `items/placement_area` response property for the response status `200`
  - added the new `digest_second` enum value to the `items/placement_area` response property for the response status `200`
  - …16 more
- **2025-09-02** (v1) `04861787f4b2` — 2 info
  - added the new optional request property `items/expires_at`
  - added the optional property `items/expires_at` to the response with the `200` status
- **2023-12-18** (v1) `1c81594090c0` — 2 info
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `404`

[Full history](https://skmtc.dev/forem/apis/forem-api-v1/changes/api/billboards/:id/put.md)

---

[API](https://skmtc.dev/forem/apis/forem-api-v1.md) · [All operations](https://skmtc.dev/forem/apis/forem-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/forem/forem-api-v1/revisions/7db6ba099285/schema)
