---
title: "Update changelog and deprecation status of a node version"
method: PUT
path: "/publishers/{publisherId}/nodes/{nodeId}/versions/{versionId}"
tags: ["Versions"]
---

# Update changelog and deprecation status of a node version

`PUT /publishers/{publisherId}/nodes/{nodeId}/versions/{versionId}`

Update only the changelog and deprecated status of a specific version of a node.

## Path parameters

- `publisherId` string, required
- `nodeId` string, required
- `versionId` string, required

## Request body

- NodeVersionUpdateRequest
  - `changelog` string — The changelog describing the version changes.
  - `deprecated` boolean — Whether the version is deprecated.

## Response `200`

Version updated successfully

- NodeVersion
  - `id` string
  - `version` string — The version identifier, following semantic versioning. Must be unique for the node.
  - `createdAt` string, date-time — The date and time the version was created.
  - `changelog` string — Summary of changes made in this version
  - `dependencies` string[] — A list of pip dependencies required by the node.
  - `downloadUrl` string — [Output Only] URL to download this version of the node
  - `deprecated` boolean — Indicates if this version is deprecated.
  - `status` 'NodeVersionStatusActive' | 'NodeVersionStatusDeleted' | 'NodeVersionStatusBanned' | 'NodeVersionStatusPending' | 'NodeVersionStatusFlagged'
  - `status_reason` string — The reason for the status change.
  - `node_id` string — The unique identifier of the node.

## Other responses

- `400` — Bad request, invalid input data.
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Version not found
- `500` — Internal server error

---

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