v1
latestOpenAPI 3.0.22026-07-17373198641.7 KBproject
v1
Send clusters to another Project
Params:
- cluster_ids: list[int]
- project_id: int
post/api/v1/project/projects/{id}/send-clusters-to-project/
Path parameters
idstring required
A unique integer value identifying this project.
Request body
Example request
{
"project_id": 6,
"cluster_ids": [
0,
0
]
}Response
string required