---
title: "Update a loading image"
method: PUT
path: "/loading-images/{id}"
tags: ["loading-images"]
---

# Update a loading image

`PUT /loading-images/{id}`

Update an existing loading image by ID. Optional new image file and/or status. Available to admin and all roles.

## Path parameters

- `id` number, required

## Response `200`

Loading image updated successfully

- LoadingImageResponseDto
  - `id` number, required — Loading image ID
  - `image_url` string, required — Image URL
  - `status` 'active' | 'inactive', required — Status
  - `created_at` string, date-time, required — Created at
  - `updated_at` string, date-time, required — Updated at

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `404` — Loading image not found

---

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