---
title: "Bulk Update Nodes"
method: POST
path: "/api/nodes/bulk/update"
tags: ["Node"]
---

# Bulk Update Nodes

`POST /api/nodes/bulk/update`

Update selected nodes by ID.

## Request body

- BulkNodeSelection — Model for bulk node selection by IDs
  - `ids` integer[]

## Response `200`

Successful Response

- BulkNodesActionResponse — Response model for bulk node actions.
  - `nodes` string[], required
  - `count` integer, required

## Other responses

- `400` — BadRequest Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — NotFound Error
- `422` — Validation Error

---

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