---
title: "Patch A Toolkit"
method: PATCH
path: "/v1/toolkits/{id}"
tags: ["Toolkits"]
---

# Patch A Toolkit

`PATCH /v1/toolkits/{id}`

## Path parameters

- `id` string, required

## Request body

- PatchToolKit
  - `description` string, nullable
  - `mcp` PatchMCPToolKitConfig
    - `tools` union
      - string[]
      - '*'
    - `env` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/ibm/apis/wxo-server-api.md) · [All operations](https://skmtc.net/ibm/apis/wxo-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ibm/wxo-server-api/versions/82c114c37196/schema)
