---
title: "Update a specific run"
method: PATCH
path: "/run/{code}/{id}"
tags: ["runs"]
---

# Update a specific run

`PATCH /run/{code}/{id}`

This method allows to update a specific run.

## Path parameters

- `code` string, required
- `id` integer, required

## Request body

- object
  - `title` string
  - `description` string, nullable
  - `environment_id` integer, nullable
  - `environment_slug` string, nullable
  - `milestone_id` integer, nullable
  - `tags` string[], nullable
  - `configurations` integer[], nullable
  - `custom_field` CustomField — unresolved $ref

## Response `200`

A result.

- Response
  - `status` boolean

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `429` — Too Many Requests.

---

[API](https://skmtc.dev/qase/apis/qase-io-testops-api-v1.md) · [All operations](https://skmtc.dev/qase/apis/qase-io-testops-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qase/qase-io-testops-api-v1/revisions/12ddc644fac5/schema)
