Certificates
Replace an existing Certificate with another
post/{spaceId}/certificates/{id}/replace
Path parameters
spaceIdstring required
The ID of the space containing the resource(s).
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",
"..."
]
}