---
title: "PATCH /api/tours/{tour_pk}/runs/{id}/"
method: PATCH
path: "/api/tours/{tour_pk}/runs/{id}/"
tags: ["tours"]
---

# PATCH /api/tours/{tour_pk}/runs/{id}/

`PATCH /api/tours/{tour_pk}/runs/{id}/`

Update the status of an existing run of the specified tour, for example to mark it completed or skipped.

## Path parameters

- `tour_pk` string, required
- `id` string, required

## Request body

- TourRun
  - `id` string, uuid
  - `tour` object
    - `id` string, uuid
    - `name` string, required
  - `status` 'IN_PROGRESS' | 'COMPLETED' | 'SKIPPED'
  - `tour_version` string, required — Version of the tour that was run (provided by the frontend)
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Response `200`

---

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