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

---

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