---
title: "Bulk update tests"
method: PUT
path: "/api/v1/test/bulk-update"
tags: ["Tests"]
---

# Bulk update tests

`PUT /api/v1/test/bulk-update`

Update multiple test cases at once

## Request body

- object
  - `testIds` integer[], required
  - `projectId` integer, required
  - `priorityId` integer, nullable
  - `squadId` integer, nullable
  - `automationStatusId` integer, nullable
  - `labelIds` integer[], nullable

## Response `200`

Tests updated successfully

---

[API](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api.md) · [All operations](https://skmtc.net/dream-horizon-org/apis/checkmate-test-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dream-horizon-org/checkmate-test-management-api/versions/f818f4b6fb31/schema)
