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

# Accept a request

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

This end point allows authorized users to accept a request which was assigned to them, and will enable the assignment of a performer from the performing team.

Approved >> Awaiting Assignment

- Authorized users: admins and assignee at the time.

## Path parameters

- `id` integer, required

## Request body

- AcceptRequest
  - `token` string, required
  - `item` object
    - `priority` 'Low' | 'Medium' | 'High' | 'Urgent' — Specifies the priority level of the request. By default - Low

## 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)
