---
title: "PUT /projects/{projectId}/tests"
method: PUT
path: "/projects/{projectId}/tests"
tags: ["Projects"]
---

# PUT /projects/{projectId}/tests

`PUT /projects/{projectId}/tests`

Update tests.

## Path parameters

- `projectId` string, uuid, required

## Request body

- object
  - `payloads` object[], required
    - `id` string, uuid, required
    - `suggested` false

## Response `202`

Response OK. Task queued.

- object
  - `taskResultUrl` string
  - `taskResultId` string

## Other responses

- `default` — Unexpected error.

---

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