v1

latestOpenAPI 3.0.32026-07-134103031.5 MB
Targets

Update MLE Configuration for Target

Allows updating MLE metadata (enabled, key_id, scope) for a target. Keys cannot be updated via PATCH - use PUT to replace entire configuration.

patch/targets/{id}/mle/

Path parameters

idstring required

Request body

enabledboolean

Enable or disable MLE for the target.

key_idstring

Update the Key ID for MLE configuration.

scopestring[]

Update the list of URLs where MLE is applied.
Each URL must include the scheme and hostname
(e.g., ["https://api.example.com/v1/payments"]).

Response

configuredboolean required

Indicates if MLE is configured for the target.

enabledboolean required

Indicates if MLE is currently enabled for the target.

key_idstring nullable required

The Key ID for MLE configuration.

scopestring[] nullable required

List of URLs where MLE is applied.