Certificates
Activate certificates at the project level. You can atomically and idempotently activate up to 10 certificates at a time.
post/organization/projects/{project_id}/certificates/activate
Path parameters
project_idstring required
The ID of the project.
Request body
Example request
{
"certificate_ids": [
"cert_abc"
]
}Response
Certificates activated successfully.