Skip to main content
POST
/
api
/
v1
/
workspaces
/
{workspace_slug}
/
teamspaces
/
{teamspace_id}
/
projects
/
Add projects to teamspace
curl --request POST \
  --url https://api.plane.so/api/v1/workspaces/{workspace_slug}/teamspaces/{teamspace_id}/projects/ \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "project_ids": [
    "<string>"
  ]
}'

Path parameters

workspace_slug
string
required
teamspace_id
string
required

Body

project_ids
string[]
required
Array of project IDs to add to the teamspace