---
title: "Kit - Bulk Update"
method: PUT
path: "/kit/bulk_update"
tags: ["kit"]
---

# Kit - Bulk Update

`PUT /kit/bulk_update`

Update multiple kits in a single request.

## Request body

- object
  - `kits` object[], required — Array of kit objects to update

## Response `200`

Kits updated

- object
  - `success` boolean, required — Whether the operation succeeded

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

## Changes

> 13 revisions in range; 1 could not be searched.

- **2026-03-02** `fa53dd949b8e` — 2 breaking, 7 info
  - the request property `kits` became required
  - the `kits` request property type/format changed from `string`/`` to `array`/``
  - api operation id `put_kit_bulk_update` was added
  - added the media type `application/json` for the response with the status `200`
  - …5 more
- **2025-10-07** `3b410dd1cc4b` — 1 info
  - endpoint added
- **2024-04-19** `46ceda528000` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/skulabs/apis/skulabs-api/changes/kit/bulk_update/put.md)

---

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