---
title: "Patch the version"
method: PATCH
path: "/models/{model_id}/versions/{version_id}"
tags: ["version"]
---

# Patch the version

`PATCH /models/{model_id}/versions/{version_id}`

## Path parameters

- `model_id` integer, required
- `version_id` integer, required

## Response `200`

OK

## Other responses

- `400` — Invalid request format
- `404` — Version with given `version_id` not found

## Changes

- **2024-01-26** `ab97b531bbc1` — 3 breaking
  - the request property `model_schema/spec/model_prediction_output/oneOf[#/components/schemas/BinaryClassificationOutput]/output_class` became required
  - the request property `model_schema/spec/model_prediction_output/oneOf[#/components/schemas/RankingOutput]/output_class` became required
  - the request property `model_schema/spec/model_prediction_output/oneOf[#/components/schemas/RegressionOutput]/output_class` became required
- **2024-01-23** `c3ef0b1c733b` — 1 info
  - added optional request body
- **2023-12-05** `d062ab20ef25` — 1 breaking
  - removed the request body
- **2020-09-28** `c4b3505de7df` — 1 breaking
  - removed the request body

[Change history](https://skmtc.dev/caraml-dev/apis/merlin/changes/models/:model_id/versions/:version_id/patch.md)

---

[API](https://skmtc.dev/caraml-dev/apis/merlin.md) · [All operations](https://skmtc.dev/caraml-dev/apis/merlin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caraml-dev/merlin/revisions/ab97b531bbc1/schema)
