---
title: "Bulk update applications"
method: PUT
path: "/applications/_bulk"
tags: ["Applications"]
---

# Bulk update applications

`PUT /applications/_bulk`

Update up to 100 applications in one request. Each application update sets the target stage and numeric position.

## Request body

- BulkUpdateApplicationsDto
  - `items` BulkUpdateApplicationDto[], required
    - `id` string, required
    - `stageId` string, required
    - `position` number, required

## Response `204`

Applications updated successfully

## Other responses

- `400` — Bad request - invalid payload, duplicate application ids, duplicate positions, or incompatible target stage
- `401` — Unauthorized - invalid or missing authentication
- `404` — Application or stage not found
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
