v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Insights repositories (beta)

Associate repositories with projects

Associate repositories with projects

put/api/v2/engineering-insights/repositories/projects

Request body

Example request

{
  "mappings": [
    {
      "repositoryKey": "launchdarkly/LaunchDarkly-Docs",
      "projectKey": "default"
    }
  ]
}

Response

Repositories projects response

totalCountinteger required

Total number of repository project associations

_linksobject

The location and content type of related resources

Example response

{
  "totalCount": 1,
  "items": [
    {
      "repositoryKey": "launchdarkly/LaunchDarkly-Docs",
      "projectKey": "default"
    }
  ]
}