PKI Certificate Collections

Add item to PKI collection

post/api/v1/pki/collections/{collectionId}/items

Path parameters

collectionIdstring required

The ID of the PKI collection to add the item to.

Request body

type'certificate' | 'ca' required

The type of the PKI collection item to add.

itemIdstring required

The resource ID of the PKI collection item to add.

Response

Default Response

idstring uuid required
createdAtstring date-time required
updatedAtstring date-time required
pkiCollectionIdstring uuid required
type'certificate' | 'ca' required

The type of the PKI collection item to add.

itemIdstring required

The resource ID of the PKI collection item to add.

Changes

No recorded changes to this endpoint across all 23 revisions of this API.