---
title: "Update toolkit"
method: PATCH
path: "/toolkits/{toolkit_id}"
tags: ["Toolkits"]
---

# Update toolkit

`PATCH /toolkits/{toolkit_id}`

Update a toolkit's name, description, or active flag.

## Path parameters

- `toolkit_id` string, required

## Request body

- ToolkitUpdateRequest — Update a toolkit.
  - `active` boolean, nullable
  - `description` string, nullable
  - `name` string, nullable

## Response `200`

Successful Response

- ToolkitResponse — Toolkit response.
  - `active` boolean, required
  - `apis` ServedApiRef[] — Distinct APIs served by this toolkit's credential bindings that are visible to the caller, sorted by vendor/name/version. NULL api_name/api_version mean the credential covers all names/versions for the vendor. Empty when no visible credentials are bound.
    - `api_name` string, nullable
    - `api_vendor` string, required
    - `api_version` string, nullable
  - `created_at` string, date-time, required
  - `created_by` string, nullable
  - `credential_count` integer, required
  - `description` string, nullable
  - `key_count` integer, required
  - `name` string, required
  - `toolkit_id` string, required
  - `updated_at` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

## Changes

- **2026-07-31** `ce439b16916a` — 1 info
  - added the optional property `apis` to the response with the `200` status
- **2026-07-24** `6b93e5cc002c` — 1 breaking
  - removed the required property `permissions` from the response with the `200` status
- **2026-07-23** `e7b87904bdbb` — 1 info
  - added the optional property `created_by` to the response with the `200` status
- **2026-07-01** `d65fcba0d25a` — 3 breaking, 6 warning, 29 info
  - response property `created_at` list-of-types was widened by adding types `string` to media type `application/json` of response `200`
  - the `detail` response's property type/format changed from `array`/`` to `string`/`` for status `422`
  - removed the required property `id` from the response with the `200` status
  - the `name/anyOf[subschema #1]/` request property's maxLength was set to `255`
  - …34 more
- **2026-04-13** `76e8f6063728` — 13 breaking, 8 warning, 17 info
  - media type `application/problem+json` was changed to a more general media type `application/json` for the response status `422`
  - the response property `created_at` became optional for the status `200`
  - the response property `credential_count` became optional for the status `200`
  - the response property `detail` became optional for the status `422`
  - …34 more

[Change history](https://skmtc.dev/jentic/apis/jentic-control-plane-api/changes/toolkits/:toolkit_id/patch.md)

---

[API](https://skmtc.dev/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.dev/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/revisions/f4594f50f4d3/schema)
