Setup Cert
Update
Update an existing Setup Cert record by ID.
put/api/cp/setup/cert/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"account_id": 1,
"domain": "example_domain",
"cert": "Sample cert text content",
"key": "Sample key text content",
"ca_cert": "Sample ca_cert text content",
"deployed": 1,
"user_provided": 1,
"name": "Example Name",
"valid_from": "2025-01-17T10:30:00Z",
"valid_to": "2025-01-17T10:30:00Z",
"subject_cn": "example_subject_cn"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}