---
title: "Update image"
method: PATCH
path: "/image/{image_id}"
tags: ["Images"]
---

# Update image

`PATCH /image/{image_id}`

## Path parameters

- `image_id` string, required

## Request body

- object
  - `name` string

## Response `200`

Image updated

- object
  - `success` boolean
  - `data` Image
    - `id` string
    - `name` string
    - `collection_id` string
    - `width` number
    - `height` number
    - `size` number
    - `url` string
    - `created_at` string, date-time

---

[API](https://skmtc.net/video-db/apis/videodb-server-api.md) · [All operations](https://skmtc.net/video-db/apis/videodb-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/video-db/videodb-server-api/revisions/21b1d1d3eae8/schema)
