---
title: "PUT /news/{id}"
method: PUT
path: "/news/{id}"
tags: ["Partners"]
---

# PUT /news/{id}

`PUT /news/{id}`

## Path parameters

- `id` string, required

## Request body

- DpPostUpdate
  - `name` string, nullable
  - `external_id` string, nullable
  - `audience` 'private' | 'vendor' | 'reseller' | 'distributor' | 'any'
  - `anonymous` boolean, nullable
  - `title` string
  - `subtitle` string
  - `content` string
  - `cover` DpCoverWrite
    - `type` 'image' | 'video', required
    - `thumbnail` string, required
    - `url` string, uri, nullable

## Response `200`

- DpPostUpdate
  - `name` string, nullable
  - `external_id` string, nullable
  - `audience` 'private' | 'vendor' | 'reseller' | 'distributor' | 'any'
  - `anonymous` boolean, nullable
  - `title` string
  - `subtitle` string
  - `content` string
  - `cover` DpCoverWrite
    - `type` 'image' | 'video', required
    - `thumbnail` string, required
    - `url` string, uri, nullable

## Other responses

- `400`

---

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