POST
/organization/certificates/{certificate_id}Modify certificate
Modify a certificate. Note that only the name can be modified.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
certificate_idstringrequired
Unique ID of the certificate to modify.
The certificate modification payload.
namestringoptional
The updated name for the certificate
200Certificate modified successfully.
objectstringrequired
The object type.
- If creating, updating, or getting a specific certificate, the object type is `certificate`.
- If listing, activating, or deactivating certificates for the organization, the object type is `organization.certificate`.
- If listing, activating, or deactivating certificates for a project, the object type is `organization.project.certificate`.
idstringrequired
The identifier, which can be referenced in API endpoints
namestringrequired
The name of the certificate.
created_atintegerrequired
The Unix timestamp (in seconds) of when the certificate was uploaded.
certificate_detailsobjectrequired
activebooleanoptional
Whether the certificate is currently active at the specified scope. Not returned when getting details for a specific certificate.
429The request was rejected because a rate limit was exceeded.
errorobjectrequired
Error handling
A 429 is returned: The request was rejected because a rate limit was exceeded.