Last updated 10 months ago
Was this helpful?
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": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }