---
title: "Bulk update applications"
method: POST
path: "/applications/bulk-update"
tags: ["Applications"]
---

# Bulk update applications

`POST /applications/bulk-update`

Applies the same change (move stage, archive/unarchive, add tags) to multiple applications at once. Requires authentication.

## Request body

- object
  - `ids` string[], required
  - `status` 'saved' | 'applied' | 'screening' | 'interview' | 'offer' | 'rejected'
  - `archived` boolean
  - `addTags` string[]

## Response `200`

The number of applications updated.

- object
  - `updated` number, required

---

[API](https://skmtc.net/rxresu/apis/reactive-resume.md) · [All operations](https://skmtc.net/rxresu/apis/reactive-resume/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rxresu/reactive-resume/revisions/68d25b21f805/schema)
