Skip to content

Add child projects to parent project

Request

Add child projects to parent project.

Security
bearerAuth
Path
projectIdinteger, (int64), >= 1required

Id of Parent Project

Example:1
Query
childProjectIdsArray of integers, (int32)required

Id of Child Projects

curl -i -X POST \
  'https://codeinsightapi.redocly.app/_mock/swagger/projects/1/children?childProjectIds=0' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK