v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Certificates

Modify certificate

Modify a certificate. Note that only the name can be modified.

post/organization/certificates/{certificate_id}

Path parameters

certificate_idstring required

Unique ID of the certificate to modify.

Request body

namestring

The updated name for the certificate

Response

Certificate modified successfully.

object'certificate' | 'organization.certificate' | 'organization.project.certificate' required

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.
idstring required

The identifier, which can be referenced in API endpoints

namestring nullable required

The name of the certificate.

created_atinteger required

The Unix timestamp (in seconds) of when the certificate was uploaded.

activeboolean

Whether the certificate is currently active at the specified scope. Not returned when getting details for a specific certificate.