POST Certificates ID Validation
The POST /Certificates/{id}/Validation method is used to create or update a certificate’s validation rules and violations. This method returns HTTP 200 OK on a success with results in the message body.
Table 304: POST Certificates {id} Validation Input Parameters
| Name | In | Description |
|---|---|---|
| id | Path |
Required. An integer indicating the Keyfactor Command reference ID of the certificate to be updated. Use the GET /Certificates method (see GET Certificates) to determine the certificate ID. |
| additionalProp# | Body |
Required. An array of objects—named as additionalProp1, additionalProp2, etc.—indicting the validation rules and violations to be created or updated. See the Appendix - Risk Factor Tables for a list of possible codes. |
Table 305: POST Certificates {id} Validation Response Body
| Name | Description |
|---|---|
| id | An integer indicating the Keyfactor Command reference ID of the certificate. |
| ValidationResults |
An object containing the validation information. |
Was this page helpful? Provide Feedback