Update Intermediate

Update Intermediate

put

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
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?