---
title: "PUT /api/currency-listings/news"
method: PUT
path: "/api/currency-listings/news"
tags: ["ApiCurrencyListings"]
---

# PUT /api/currency-listings/news

`PUT /api/currency-listings/news`

## Request body

- NewsDto
  - `newsItemId` integer, nullable
  - `currencyListingCode` string, nullable
  - `language` 0 | 1 | 20
  - `title` string, nullable
  - `preview` string, nullable
  - `body` string, nullable
  - `imageId` string, nullable
  - `bannerImageId` string, nullable
  - `dateCreated` string, date-time, nullable

## Response `200`

Success

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
