Certificates
Modify a certificate by ID
Modifies an existing certificate
put/certificates/{id}
Path parameters
idstring required
The ID of the certificate
Request body
Example request
{
"EnvironmentIds": [
"Environments-1",
"..."
],
"Id": "Certificates-1",
"SpaceId": "Spaces-1",
"TenantIds": [
"Tenants-1",
"..."
]
}Response
The modified certificate resource
Example response
{
"EnvironmentIds": [
"Environments-1",
"..."
],
"SpaceId": "Spaces-1",
"TenantIds": [
"Tenants-1",
"..."
]
}