---
title: "Modify a certificate. Note that only the name can be modified."
method: POST
path: "/organization/certificates/{certificate_id}"
tags: ["Certificates"]
---

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

`POST /organization/certificates/{certificate_id}`

## Path parameters

- `certificate_id` string, required

## Request body

- ModifyCertificateRequest
  - `name` string — The updated name for the certificate

## Response `200`

Certificate modified successfully.

- Certificate — Represents an individual `certificate` uploaded to the organization.
  - `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`.
  - `id` string, required — The identifier, which can be referenced in API endpoints
  - `name` string, nullable, required — The name of the certificate.
  - `created_at` integer, required — The Unix timestamp (in seconds) of when the certificate was uploaded.
  - `certificate_details` object, required
    - `valid_at` integer — The Unix timestamp (in seconds) of when the certificate becomes valid.
    - `expires_at` integer — The Unix timestamp (in seconds) of when the certificate expires.
    - `content` string — The content of the certificate in PEM format.
  - `active` boolean — Whether the certificate is currently active at the specified scope. Not returned when getting details for a specific certificate.

## Other responses

- `429` — The request was rejected because a rate limit was exceeded.

## Changes

> 82 revisions in range; 13 could not be searched.

- **2026-08-14** `6ac2618eefd7` — 1 info
  - added the non-success response with the status `429`
- **2026-05-13** `74cbcf73838f` — 2 breaking, 2 info
  - added the new path request parameter `certificate_id`
  - response property `name` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the endpoint scheme security `AdminApiKeyAuth` was added to the API
  - the request property `name` became optional
- **2025-04-29** `6a6c681b1820` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openai/apis/openapi/changes/organization/certificates/:certificate_id/post.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openai/openapi/revisions/959ef977e135/schema)
