---
title: "Update Advertising Slot"
method: PATCH
path: "/advertising_units/slots/{id}"
tags: ["Advertising Units"]
---

# Update Advertising Slot

`PATCH /advertising_units/slots/{id}`

Update an advertising slot's sponsor content

## Path parameters

- `id` string, required

## Request body

- AdvertisingSlotUpdateInput
  - `content` string, nullable — The ad content text.
  - `content_approved_at` string, date-time, nullable — When the ad content was approved.
  - `content_image_id` string, nullable — The ID of the image attached to this ad.
  - `content_rejection_reason` string, nullable — The reason the ad content was rejected.
  - `content_url` string, nullable — The URL the ad links to.
  - `sponsor_company` string, nullable — The name of the sponsoring company.
  - `sponsor_email` string, nullable — The email address of the sponsor contact.
  - `sponsor_name` string, nullable — The name of the sponsor contact.
  - `status` 'approve' | 'hold_accept' | 'hold_decline' | 'reject', nullable — Set to 'approve', 'reject', 'hold_accept', or 'hold_decline' to update the slot status.

## Response `200`

OK

- AdvertisingSlot
  - `id` string, required — A unique TypeID associated with the object.
  - `creation_date` string, date-time, required — The date and time at which the object was first created.
  - `date` string, date, required — The date this advertising slot is scheduled for.
  - `status` 'expired' | 'executed' | 'finalized' | 'held' | 'open' | 'sold', required — An enumeration.
  - `invoice_url` string, nullable — URL to the Stripe invoice PDF for this slot, if available.
  - `sku_id` string, required — The ID of the advertising unit this slot belongs to.
  - `submission_url` string, required — URL where the sponsor can submit their ad content.
  - `sponsor_company` string, required — The name of the sponsoring company.
  - `sponsor_email` string, required — The email address of the sponsor contact.
  - `sponsor_name` string, required — The name of the sponsor contact.
  - `content` string, required — The ad content text.
  - `content_image_id` string, nullable — The ID of the image attached to this ad, if any.
  - `content_url` string, required — The URL the ad links to.
  - `content_approved_at` string, date-time, nullable — When the ad content was approved, if applicable.
  - `content_rejected_at` string, date-time, nullable — When the ad content was rejected, if applicable.
  - `content_rejection_reason` string, required — The reason the ad content was rejected, if applicable.
  - `content_submitted_at` string, date-time, nullable — When the ad content was submitted for review.
  - `inquiry_message` string, required — Optional message from the sponsor inquiry.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

---

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