---
title: "User Organization Images Partial Update"
method: PATCH
path: "/user/organization-images/"
tags: ["users"]
---

# User Organization Images Partial Update

`PATCH /user/organization-images/`

Update image asset metadata or replace an image.

Request format (JSON):
- old_url: URL of the image to update (required)
- new_filename: New filename for the image (optional)
- image_data: Base64 encoded new image data (optional, for replacement)
- content_type: MIME type for new image (optional)

Returns:
- 200: Image updated successfully
- 400: Invalid request
- 404: Image not found
- 500: Update failed

## Headers

- `Authorization` string, required

## Response `200`

No response body

- UsersUserOrganizationImagesPartialUpdateResponse200 — Empty response body

## Changes

- **2026-07-31** `c26d550029f8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/keywordsai/apis/api-reference/changes/user/organization-images/patch.md)

---

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