Certificates

Activate certificates for project

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

certificate_idsstring[] required

Example request

{
  "certificate_ids": [
    "cert_abc"
  ]
}

Response

Certificates activated successfully.

object'organization.project.certificate.activation' required

The project certificate activation result type.

Changes

Changed in 2 of the 31 revisions of this API.245

  • 72f65c459c35244See the full diff
    • response property data/items/name list-of-types was widened by adding types null to media type application/json of response 200

      response-property-list-of-types-widened

    • removed the required property has_more from the response with the 200 status

      response-required-property-removed

    • removed the optional property data/items/certificate_details/content from the response with the 200 status

      response-optional-property-removed

    • removed the optional property first_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property last_id from the response with the 200 status

      response-optional-property-removed

    • added the new organization.project.certificate.activation enum value to the object response property for the response status 200

      response-property-enum-value-added

    • the response property data/items/active became required for the status 200

      response-property-became-required

    • removed the certificate enum value from the data/items/object response property for the response status 200

      response-property-enum-value-removed

    • removed the list enum value from the object response property for the response status 200

      response-property-enum-value-removed

    • removed the organization.certificate enum value from the data/items/object response property for the response status 200

      response-property-enum-value-removed

    • the endpoint scheme security AdminApiKeyAuth was added to the API

      api-security-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog