Loading...
This can be used to Import the Public Key of a Requested Certificate.
ID of the Certificate to be updated.
Upload File
No Content
const response = await fetch('/api/Certificates/{id}/ImportPublicKey', { method: 'PUT', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }