PUT Certificate Collection ID Favorite
The PUT /CertificateCollection/{id}/Favorite method is used to update the Show in Navigator setting on the database table for a collection The certificate search function allows you to query the Keyfactor Command database for certificates from any available source based on any criteria of the certificates and save the results as a collection that will be availble in other places in the Management Portal (e.g. expiration alerts and certain reports).. This endpoint
An endpoint is a URL that enables the API to gain access to resources on a server. returns 204 with no content upon success.
Permissions for certificates can be set at either the global or certificate collection level. See Certificate Collection Permissions for more information about global vs collection permissions.
Table 385: PUT Certificate Collection{id} Favorite Input Body
Name | In | Description |
---|---|---|
id | Path |
An integer indicating the Keyfactor Command reference ID of the certificate collection. Use the GET /CertificateCollections method (see GET Certificate Collections) to retrieve a list of certificate collections to determine the collection ID. |
ShowInNavigator | Body |
A Boolean indicating whether the certificate collection should appear on the Navigator (true) or not(false). For example: Copy
|



Was this page helpful? Provide Feedback