---
title: "Submit data for replace worker properties with the new properties"
method: PUT
path: "/workers/{id}"
---

# Submit data for replace worker properties with the new properties

`PUT /workers/{id}`

Required role: admin role 

Submit a worker ID and a list of worker properties to replace with current worker properties.

## Path parameters

- `id` integer, required

## Request body

- WorkerRequest — Represents a worker request.
  - `properties` object — Worker properties list

## Response `200`

Worker properties successfully replaced

## Other responses

- `400` — Bad request from the client
- `403` — Access is forbidden!
- `404` — No such worker
- `500` — The server were unable to process the request. See server-side logs for more details.

---

[API](https://skmtc.dev/keyfactor/apis/signserver-rest-interface.md) · [All operations](https://skmtc.dev/keyfactor/apis/signserver-rest-interface/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/keyfactor/signserver-rest-interface/revisions/d1bc41f9bf6b/schema)
