---
title: "Updates the given VIM"
method: PUT
path: "/vim/{vim_id}"
tags: ["VIM"]
---

# Updates the given VIM

`PUT /vim/{vim_id}`

## Path parameters

- `vim_id` string, uuid, required

## Response `200`

Updated

## Other responses

- `201` — Created
- `400` — Bad Request
- `404` — Not Found
- `500` — Server Error

## Changes

- **2026-07-17** `7ddfc4202f39` — 1 breaking, 1 info
  - removed the media type `*/*` from the request body
  - added the media type `Application/Json` to the request body
- **2020-11-03** `c5e4746b8f1e` — 1 breaking, 1 info
  - removed the media type `Application/Json` from the request body
  - added the media type `*/*` to the request body

[Change history](https://skmtc.dev/core-ncsrd/apis/katana/changes/vim/:vim_id/put.md)

---

[API](https://skmtc.dev/core-ncsrd/apis/katana.md) · [All operations](https://skmtc.dev/core-ncsrd/apis/katana/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/core-ncsrd/katana/revisions/7ddfc4202f39/schema)
