---
title: "UpdateListing"
method: PUT
path: "/v1/listings/{uuid}"
tags: ["Listings"]
---

# UpdateListing

`PUT /v1/listings/{uuid}`

Updates a listing specified by its uuid and all the publications connected to it

## Path parameters

- `uuid` string, required

## Request body

- ListingUpdateRequest
  - `title` string, nullable
  - `category` string, nullable
  - `description` string, nullable
  - `attributes` object, nullable
  - `adType` string, nullable
  - `price` PriceRequest
    - `type` string, required
    - `amount` number, double, required
  - `email` string, nullable
  - `phoneNumber` string, nullable
  - `customReference` string, nullable
  - `contactPerson` string, nullable
  - `buyNow` boolean, nullable

## Response `204`

Listing updated successfully for the specified uuid

## Other responses

- `404` — Listing not found

---

[API](https://skmtc.net/kleinanzeigen/apis/api-documentation.md) · [All operations](https://skmtc.net/kleinanzeigen/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kleinanzeigen/api-documentation/revisions/e84d9fd9bfcd/schema)
