---
title: Modify a Webhook Configuration
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/patch-v1-webhooks-_id_
---

# Modify a Webhook Configuration

Update details for a specific webhook.

## URL

PATCH https://api.appstoreconnect.apple.com/v1/webhooks/{id}

## Path Parameters

id:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 409 Conflict: 422 : 429 :

## Mentioned in

Configuring and parsing App Store Connect API webhook notifications

## See Also

### Managing webhook notifications

- [Read Webhook Information for an App](appstoreconnectapi/get-v1-apps-_id_-webhooks.md)
- [Read Webhook Information](appstoreconnectapi/get-v1-webhooks-_id_.md)
- [Create a Webhook Configuration](appstoreconnectapi/post-v1-webhooks.md)
- [Delete a Webhook](appstoreconnectapi/delete-v1-webhooks-_id_.md)
