---
title: "POST /api/v1/project/projects/{id}/send-clusters-to-project/"
method: POST
path: "/api/v1/project/projects/{id}/send-clusters-to-project/"
tags: ["project", "v1"]
---

# POST /api/v1/project/projects/{id}/send-clusters-to-project/

`POST /api/v1/project/projects/{id}/send-clusters-to-project/`

Send clusters to another Project

    Params:
        - cluster_ids: list[int]
        - project_id: int

## Path parameters

- `id` string, required

## Request body

- SendClusterToProjectRequest
  - `cluster_ids` integer[], required
  - `project_id` integer, required

## Response `200`

- string

## Other responses

- `201`
- `400`

## Changes

- **2022-02-09** `3f71684c9cff` — 4 info
  - added the optional property `junior_reviewers_data/items/uid` to the response with the `201` status
  - added the optional property `owners_data/items/uid` to the response with the `201` status
  - added the optional property `reviewers_data/items/uid` to the response with the `201` status
  - added the optional property `super_reviewers_data/items/uid` to the response with the `201` status
- **2021-09-22** `63116f2e9e3e` — 4 info
  - added the optional property `junior_reviewers_data/items/initials` to the response with the `201` status
  - added the optional property `owners_data/items/initials` to the response with the `201` status
  - added the optional property `reviewers_data/items/initials` to the response with the `201` status
  - added the optional property `super_reviewers_data/items/initials` to the response with the `201` status
- **2021-05-24** `8167164be9cc` — 8 warning, 17 info
  - removed the optional property `junior_reviewers_data/items/role` from the response with the `201` status
  - removed the optional property `junior_reviewers_data/items/role_data` from the response with the `201` status
  - removed the optional property `owners_data/items/role` from the response with the `201` status
  - removed the optional property `owners_data/items/role_data` from the response with the `201` status
  - …21 more
- …earlier changes not shown

[Full history](https://skmtc.dev/lexpredict/apis/contraxsuite-api/changes/api/v1/project/projects/:id/send-clusters-to-project/post.md)

---

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