---
title: "Change the connection type of an app"
method: POST
path: "/apps/{app-slug}/change-connection-type"
tags: ["application"]
---

# Change the connection type of an app

`POST /apps/{app-slug}/change-connection-type`

Change the connection type of an app

## Path parameters

- `app-slug` string, required

## Request body

- object
  - `connection_type` string, required — Type of connection (github-app or github)

## Response `201`

Created

## Other responses

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

---

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