---
title: "PATCH /tests/{id}"
method: PATCH
path: "/tests/{id}"
tags: ["application-test"]
---

# PATCH /tests/{id}

`PATCH /tests/{id}`

Edits a test in the given account

## Path parameters

- `id` string, required

## Response `200`

The test was successfully created

- ApplicationTest — State for an application test
  - `id` string — ID of the test
  - `href` string — A reference to the test
  - `attrs` object — User configured parameters for the test
  - `description` string — Short description of the test
  - `created` string, date-time — Time when the test was created
  - `updated` string, date-time — Time when the test was last updated

---

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