---
title: "Update Webhook Configuration"
method: PUT
path: "/webhook_configs/{webhook_config_id}"
tags: ["Webhooks"]
---

# Update Webhook Configuration

`PUT /webhook_configs/{webhook_config_id}`

This API updates an existing webhook configuration by id, then simulates webhook call if user chooses to make the config active.

## Path parameters

- `webhook_config_id` string, required

## Request body

- object — Webhook Config Update Request Model
  - `name` string, required
  - `topic` string, required
  - `action` string, required
  - `active` boolean
  - `callback` string, required
  - `secret` string

## Response `200`

Webhook Config Object

- object — Webhook Config Update Response Model
  - `webhook` object
    - `id` string
    - `name` string
    - `topic` string
    - `action` string
    - `type` string
    - `settings` object
      - `http` object
        - `url` string
      - `key` object
        - `secret` string
    - `active` boolean
    - `created_at` string
    - `modified_at` string
    - `customer_id` integer

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/catapultsports/apis/openfield-connect-v6-api.md) · [All operations](https://skmtc.net/catapultsports/apis/openfield-connect-v6-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catapultsports/openfield-connect-v6-api/revisions/b68eadaba68c/schema)
