---
title: "Update marketplace"
method: PATCH
path: "/v1/marketplaces/{marketplaceId}"
tags: ["Marketplaces"]
---

# Update marketplace

`PATCH /v1/marketplaces/{marketplaceId}`

Updates marketplace metadata.

## Path parameters

- `marketplaceId` string, typeid, required

## Request body

- object
  - `name` string
  - `description` string, nullable
  - `logoUrl` string, nullable

## Response `200`

Marketplace updated successfully.

- PluginArchMarketplaceMutationResponse
  - `ok` true, required
  - `item` PluginArchMarketplace, required
    - `id` string, typeid, required — Den TypeID with 'mkt_' prefix and a 26-character base32 suffix.
    - `organizationId` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
    - `name` string, required
    - `description` string, nullable, required
    - `logoUrl` string, nullable, required
    - `status` 'active' | 'inactive' | 'deleted' | 'archived', required
    - `createdByOrgMembershipId` string, typeid, required — Den TypeID with 'om_' prefix and a 26-character base32 suffix.
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required
    - `deletedAt` string, date-time, nullable, required
    - `pluginCount` integer

## Other responses

- `400` — The marketplace update request was invalid.
- `401` — The caller must be signed in to update marketplaces.
- `403` — The caller lacks permission to edit this marketplace.
- `404` — The marketplace could not be found.

## Changes

- **2026-08-20** `93df40e2efd5` — 4 info
  - removed the pattern `^mkt_.*` from the `path` request parameter `marketplaceId`
  - the `item/createdByOrgMembershipId` response's property pattern `^om_.*` was removed for the status `200`
  - the `item/id` response's property pattern `^mkt_.*` was removed for the status `200`
  - the `item/organizationId` response's property pattern `^org_.*` was removed for the status `200`

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/marketplaces/:marketplaceId/patch.md)

---

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