Last updated 9 months ago
Social media
Other Resources
© 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", "status": 0, "detail": "text", "instance": "text" }