---
title: "Update an outgoing webhook of an app"
method: PUT
path: "/apps/{app-slug}/outgoing-webhooks/{app-webhook-slug}"
tags: ["outgoing-webhook"]
---

# Update an outgoing webhook of an app

`PUT /apps/{app-slug}/outgoing-webhooks/{app-webhook-slug}`

Update an existing outgoing webhook (URL, events, secrets and headers) for a specified Bitrise app. Even if you do not want to change one of the parameters, you still have to provide that parameter as well: simply use its existing value.

## Path parameters

- `app-slug` string, required
- `app-webhook-slug` string, required

## Request body

- V0AppWebhookUpdateParams
  - `events` string[], required
  - `headers` object
  - `url` string, required

## Response `200`

OK

- V0AppWebhookResponseModel
  - `data` V0AppWebhookResponseItemModel
    - `created_at` string
    - `events` string[]
    - `headers` object
    - `registered_by_addon` boolean
    - `slug` string
    - `updated_at` string
    - `url` 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)
