---
title: "Move collection"
method: POST
path: "/collections/move"
tags: ["Collections"]
---

# Move collection

`POST /collections/move`

Move collection

## Request body

- MoveCollection
  - `source_id` integer — Source collection ID
  - `target_id` integer — Target collection ID

## Response `200`

successful operation

- MoveCollection
  - `source_id` integer — Source collection ID
  - `target_id` integer — Target collection ID

---

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