---
title: "Update a visualization profile (editor/admin)."
method: POST
path: "/v1/op/visualization.profile.update"
tags: ["kernel-ops"]
---

# Update a visualization profile (editor/admin).

`POST /v1/op/visualization.profile.update`

## Headers

- `x-api-key` string, nullable

## Request body

- ProfileUpdateInput
  - `name` string, nullable
  - `type` 'rgb' | 'singleband' | 'multiband' | 'expression'
  - `is_default` boolean, nullable
  - `sort_order` integer, nullable
  - `config` object, nullable
  - `asset_key` string, nullable
  - `item_id` string, required
  - `profile_id` string, required

## Response `200`

Successful Response

- ProfileResponse — Visualization profile as returned from the API.
  - `id` string, required
  - `item_id` string, required
  - `name` string, required
  - `layer` 'sensor' | 'auto' | 'user', required
  - `type` 'rgb' | 'singleband' | 'multiband' | 'expression', required
  - `is_default` boolean
  - `sort_order` integer
  - `config` object, required
  - `asset_key` string, nullable
  - `version` integer
  - `created_by` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
