Change Access Properties
Changes the access properties of a certificate.
Use Cases
Make a certificate public
In order to make a certificate public, the body property public
should be set to true
.
Make a certificate private or change the certificate pin
In order to make a certificate private or change the certificate PIN, the body property certificatePin
should be passed with the desired PIN.
Change externalId
In order to change the externalId of a certificate, the body property externalId
should be passed with the desired externalId.
Delete externalId
In order to delete the externalId of a certificate, the body property externalId
should be passed with null
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Type of the certificate identifier.
certID
, externalId
, fileHash
, hash
Identifier of the certificate.
"123"
Query Parameters
PIN of the certificate (if the certificate is private).
"1234"
Body
Data needed to change the access properties of a certificate.
The body is of type object
.
Response
Successful certificate access properties update.
The response is of type object
.