---
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.

---

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