---
title: "PUT /projects/{projectSlug}/changelogs/{changelogId}"
method: PUT
path: "/projects/{projectSlug}/changelogs/{changelogId}"
---

# PUT /projects/{projectSlug}/changelogs/{changelogId}

`PUT /projects/{projectSlug}/changelogs/{changelogId}`

Update project changelog by id

## Path parameters

- `projectSlug` string, required
- `changelogId` string, required

## Request body

- ChangelogUpdate
  - `title` string, required
  - `summary` string, required
  - `content` string, required
  - `image` string
  - `publish_date` string, date-time
  - `published` boolean, required

## Response `200`

Successful operation

- Changelog
  - `id` string, uuid
  - `project_id` string, uuid
  - `author_id` string, uuid
  - `title` string
  - `slug` string
  - `summary` string
  - `content` string
  - `image` string
  - `publish_date` string, date-time
  - `published` boolean

## Other responses

- `400` — Invalid project slug or changelog id supplied
- `404` — Project or changelog not found

---

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