PUT SSL Endpoints Review Status
The PUT /SSL TLS (Transport Layer Security) and its predecessor SSL (Secure Sockets Layer) are protocols for establishing authenticated and encrypted links between networked computers./Endpoints/ReviewStatus method is used to update the reviewed status of the specified endpoint
An endpoint is a URL that enables the API to gain access to resources on a server.. This endpoint returns 204 with no content upon success.
Table 783: PUT SSL Endpoints Review Status Input Parameters
Name | In | Description |
---|---|---|
Id | Body |
Required. A string indicating the Keyfactor Command reference GUID for the endpoint to be updated. Use the GET /SSL method (see GET SSL) to retrieve a list of all the SSL endpoints to determine the GUID of the desired endpoint. |
Status | Body | Required. A Boolean indicating whether the endpoint should be marked as reviewed (true) or not (false). |


