Certificates
Modify a certificate by ID
Modifies an existing certificate
put/{spaceId}/certificates/{id}
Path parameters
spaceIdstring required
The ID of the space
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",
"..."
]
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.