---
title: "Update agents public info by action"
method: PUT
path: "/agents/"
tags: ["Agents"]
---

# Update agents public info by action

`PUT /agents/`

## Request body

- PrivateAgentsAction
  - `action` 'authorize' | 'block' | 'delete' | 'unauthorize' | 'move', required
  - `filters` StorageTableFilter[]
    - `field` string, required
    - `operator` '<' | '<=' | '>=' | '>' | '=' | '!=' | 'like' | 'not like' | 'in'
    - `value` object, required
  - `to` integer

## Response `200`

agents updated successful

- object
  - `data` object
    - `total` integer
  - `status` string

## Other responses

- `400` — invalid agents action
- `403` — updating agents not permitted
- `500` — internal error on updating agents

---

[API](https://skmtc.net/vxcontrol/apis/soldr-swagger-api.md) · [All operations](https://skmtc.net/vxcontrol/apis/soldr-swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vxcontrol/soldr-swagger-api/revisions/ac519ec936b3/schema)
