Update Intermediate
This can be used to Update the Intermediate of an Imported Certificate.
Path parameters
idinteger · int32Required
ID of the Certificate to be updated.
Body
IntermediateFilestring · binaryOptional
Upload File
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
put
PUT /api/Certificates/{id}/UpdateIntermediate HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 29
{
"IntermediateFile": "binary"
}
No content
Last updated
Was this helpful?