---
title: "Updates an app"
method: PATCH
path: "/apps/{app-slug}"
tags: ["application"]
---

# Updates an app

`PATCH /apps/{app-slug}`

Updates an app by slug. Only updates the fields specified in the body.

## Path parameters

- `app-slug` string, required

## Request body

- V0AppUpdateParams
  - `apple_api_credential_slug` string — The new Apple API key's slug (recommendation: use the UI to set this)
  - `apple_credential_user_id` integer — The new apple credential user ID (recommendation: use the UI to set this)
  - `apple_credential_user_slug` string — The new apple credential user slug (recommendation: use the UI to set this)
  - `default_branch` string — The new default branch for the application.
  - `is_public` boolean — The new value of whether an application should be publicly visible
  - `repository_url` string — The new repository URL for the application.
  - `services_credential_user_id` integer — The new service credential user ID (recommendation: use the UI to set this)
  - `title` string — The new title of the application.

## Response `200`

OK

- V0AppUpdateRespModel
  - `status` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[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)
