Certificates
Replace an existing Certificate with another
post/certificates/{id}/replace
Path parameters
idstring required
ID of the Certificate to Replace
Request body
Example request
{
"Id": "Certificates-1",
"SpaceId": "Spaces-1"
}Response
Confirmation that the Certificate has been replaced
Example response
{
"EnvironmentIds": [
"Environments-1",
"..."
],
"SpaceId": "Spaces-1",
"TenantIds": [
"Tenants-1",
"..."
]
}