---
title: "Start a request"
method: PATCH
path: "/api/v1/requests/{id}/start"
tags: ["Requests"]
---

# Start a request

`PATCH /api/v1/requests/{id}/start`

This end point allows authorized users to update request status to 'In Progress'.

 Assigned >> In Progress

- Authorized users: admins and the performer.

## Path parameters

- `id` integer, required

## Request body

- StartRequest
  - `token` string, required
  - `item` object
    - `performed_by` integer — The ID of the member which will perform the request

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `422` — Unprocessable Entity

---

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