---
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

---

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