---
title: "Update collection"
method: POST
path: "/collections/update/{collectionId}"
tags: ["Collections"]
---

# Update collection

`POST /collections/update/{collectionId}`

Update a collection

## Request body

- Collection
  - `title` string
  - `description` string

## Response `200`

successful operation

- Collection
  - `title` string
  - `description` string

---

[API](https://skmtc.net/worldbank/apis/metadata-editor-api.md) · [All operations](https://skmtc.net/worldbank/apis/metadata-editor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldbank/metadata-editor-api/revisions/f4c8258bab5a/schema)
