Create or Update MLE Configuration for Target
PUT/targets/:id/mle/
Create or replace the MLE configuration for a target by uploading public key and client's private key as PEM files.
Request
Path Parameters
id stringrequired
- multipart/form-data
Body
required
key_id stringrequired
The non-sensitive Key ID from Visa.
scope uri[]
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"]).
server_public_key urirequired
Possible values: Value must match regular expression (?:pem)$
The .pem file containing Visa's public key.
client_private_key urirequired
Possible values: Value must match regular expression (?:pem)$
The .pem file containing the client's private key.