---
title: "Change the linked repositories of a Github app connection"
method: POST
path: "/apps/{app-slug}/github-app-connection-configuration/update-linked-repositories"
tags: ["application"]
---

# Change the linked repositories of a Github app connection

`POST /apps/{app-slug}/github-app-connection-configuration/update-linked-repositories`

Change the linked repositories of a Github app connection

## Path parameters

- `app-slug` string, required

## Request body

- object
  - `repositories` string[] — List of repository full names (org/repo) to be linked
  - `unlimited_repo_access` boolean

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/versions/89468e4a014b/schema)
