---
title: "Update an existing item by ID"
method: PUT
path: "/design/virtual-users/{id}"
tags: ["Design - Virtual Users"]
---

# Update an existing item by ID

`PUT /design/virtual-users/{id}`

## Path parameters

- `id` string, required

## Request body

- VirtualUser
  - `id` string
  - `userId` string
  - `projectId` string
  - `name` string
  - `description` string
  - `children` Action[], nullable
    - `enabled` boolean
    - `children` Action[]
    - `id` string
  - `created` string, date-time
  - `lastModified` string, date-time
  - `type` 'JMETER' | 'WEB_DRIVER' | 'FRAGMENTS' | 'PLAYWRIGHT'
  - `tags` string[], nullable

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

---

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