---
title: "Mark requests started"
method: PUT
path: "/sdk/v1/requests/started"
tags: ["Requests"]
---

# Mark requests started

`PUT /sdk/v1/requests/started`

Marks the supplied request IDs as in-progress so the dashboard reflects that the game server has picked them up. Body is a plain array of request IDs; response echoes the IDs that were transitioned.

## Headers

- `isstudio` union
  - boolean
  - 'true' | 'false'
- `project-id` integer

## Request body

- number[]

## Response `200`

Default Response

- number[]

---

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