# Update a Webhook **PATCH /webhooks/{webhook_id}** Update an existing Webhook request ## Servers - https://api.arta.io: https://api.arta.io () ## Parameters ### Headers - **Authorization** (string) Authorize your API calls with an Arta API token ### Path parameters - **webhook_id** (integer) webhook_id parameter ### Body: application/json (object) - **webhook** (object) ## Responses ### 200 Successful Webhook response #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **created_at** (string) - **id** (integer(int64)) - **name** (string) - **updated_at** (string) - **url** (string) ### 404 Not Found #### Headers - **content-type** (string) - **x-arta-request-id** (string) A unique identifier for the Arta API call #### Body: application/json (object) - **errors** (object) [Powered by Bump.sh](https://bump.sh)