© 2024 Parallels International GmbH. All rights reserved.
This can be used to Update the Intermediate of an Imported Certificate.
ID of the Certificate to be updated.
Upload File
No Content
const response = await fetch('/api/Certificates/{id}/UpdateIntermediate', { method: 'PUT', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }