---
title: "Upload a new bitrise.yml for your application."
method: POST
path: "/apps/{app-slug}/bitrise.yml"
tags: ["app-setup"]
---

# Upload a new bitrise.yml for your application.

`POST /apps/{app-slug}/bitrise.yml`

Upload a new bitrise.yml for your application.

## Path parameters

- `app-slug` string, required

## Request body

- V0AppConfigRequestParam
  - `app_config_datastore_yaml` object, required — The bitrise.yml of your application, defined in JSON format

## Response `200`

OK

- V0AppConfigRespModel

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