Certificates
Create a new certificate.
Adds a new certificate
post/certificates
Request body
Example request
{
"EnvironmentIds": [
"Environments-1",
"..."
],
"SpaceId": "Spaces-1",
"TenantIds": [
"Tenants-1",
"..."
]
}Response
Created
Example response
{
"EnvironmentIds": [
"Environments-1",
"..."
],
"SpaceId": "Spaces-1",
"TenantIds": [
"Tenants-1",
"..."
]
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.