---
title: "Update target"
method: PUT
path: "/targets/{targetId}"
tags: ["Target"]
---

# Update target

`PUT /targets/{targetId}`

Updates an existing target with the provided information

## Path parameters

- `targetId` integer, required

## Request body

- UpdateTargetModel
  - `targetType` string, required
  - `data` string, nullable

## Response `200`

Success

---

[API](https://skmtc.net/diabatix/apis/case-api.md) · [All operations](https://skmtc.net/diabatix/apis/case-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/diabatix/case-api/versions/c1d303e2220d/schema)
