ise_openapi_cert_trusted_update
Update an existing trust certificate stored in the Cisco ISE trust store by providing its ID and new certificate data via the API endpoint /api/v1/certs/trusted-certificate/{id}.
Instructions
[Certificates] Update the trust certificate already present in the Cisco ISE trust store (PUT /api/v1/certs/trusted-certificate/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Path parameter 'id'. | |
| data | Yes | JSON request body. | |
| deployment | No | Target ISE deployment: name ('RADIUS Only'), slug ('radius-only'), or number ('1' or 'Deployment 1'). Omit to use the only/default deployment. Call ise_list_deployments to see the choices. |