---
title: "Updates the app's notification settings"
method: PATCH
path: "/apps/{app-slug}/update-email-notifications"
tags: ["application"]
---

# Updates the app's notification settings

`PATCH /apps/{app-slug}/update-email-notifications`

Updates the app's email notification settings with parameters

## Path parameters

- `app-slug` string, required

## Request body

- V0AppNotificationSettingsParams
  - `on_failure` string — When should Bitrise send notifications for the users on build failure? Possible values: always, never, change
  - `on_success` string — When should Bitrise send notifications for the users on build success? Possible values: always, never, change

## Response `200`

OK

- V0AppNotificationSettingsUpdateResponse
  - `msg` 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)
