Certificates
Modify a certificate by ID
Modifies an existing certificate
put/spaces/{spaceIdentifier}/certificates/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) 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.