---
title: "Update mTLS Configuration for Target"
method: PATCH
path: "/targets/{id}/mtls/"
tags: ["Targets"]
---

# Update mTLS Configuration for Target

`PATCH /targets/{id}/mtls/`

Allows enabling or disabling mTLS for a target.

## Path parameters

- `id` string, required

## Request body

- PatchedMTLSConfigUpdate
  - `enabled` boolean — Enable or disable mTLS for the target.

## Response `200`

- MTLSConfigStatus
  - `configured` boolean, required — Indicates if mTLS is configured for the target.
  - `enabled` boolean, required — Indicates if mTLS is currently enabled for the target.

## Other responses

- `400`
- `403`
- `404`

---

[API](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation.md) · [All operations](https://skmtc.net/probely/apis/snyk-api-web-s-api-reference-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/probely/snyk-api-web-s-api-reference-documentation/versions/e29879bff01b/schema)
