---
title: "Update a plugin"
method: PUT
path: "/workspaces/{ws_id}/plugins/{id}"
tags: ["Plugin"]
---

# Update a plugin

`PUT /workspaces/{ws_id}/plugins/{id}`

## Path parameters

- `id` string, required

## Request body

- Plugin
  - `id` string
  - `name` string
  - `enabled` boolean
  - `endpoint_id` string, nullable
  - `source_id` string, nullable
  - `config` object
  - `metadata` Metadata
  - `created_at` integer
  - `updated_at` integer

## Response `200`

OK

- Plugin
  - `id` string
  - `name` string
  - `enabled` boolean
  - `endpoint_id` string, nullable
  - `source_id` string, nullable
  - `config` object
  - `metadata` Metadata
  - `created_at` integer
  - `updated_at` integer

## Changes

> 44 revisions in range; 18 could not be searched.

- **2025-07-29** `232f34fd9749` — 2 breaking, 10 info
  - the response property `config` became nullable for the status `200`
  - the response property `name` became optional for the status `200`
  - the request optional property `created_at` became read-only
  - the request optional property `updated_at` became read-only
  - …8 more
- **2024-08-06** `f104b2885b04` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api/changes/workspaces/:ws_id/plugins/:id/put.md)

---

[API](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api.md) · [All operations](https://skmtc.dev/webhookx-io/apis/webhookx-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webhookx-io/webhookx-admin-api/revisions/0afb563ce365/schema)
