Activate certificates for project
Activate certificates at the project level.
You can atomically and idempotently activate up to 10 certificates at a time.
Path parameters
The ID of the project.
Request body
Example request
{
"certificate_ids": [
"cert_abc"
]
}Response
Certificates activated successfully.
Changes
Changed in 2 of the 31 revisions of this API.245
- ▲
response property
data/items/namelist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
removed the required property
has_morefrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
data/items/certificate_details/contentfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
first_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
last_idfrom the response with the200statusresponse-optional-property-removed
- ●
added the new
organization.project.certificate.activationenum value to theobjectresponse property for the response status200response-property-enum-value-added
- ○
the response property
data/items/activebecame required for the status200response-property-became-required
- ○
removed the
certificateenum value from thedata/items/objectresponse property for the response status200response-property-enum-value-removed
- ○
removed the
listenum value from theobjectresponse property for the response status200response-property-enum-value-removed
- ○
removed the
organization.certificateenum value from thedata/items/objectresponse property for the response status200response-property-enum-value-removed
- ▲
- ○
the endpoint scheme security
AdminApiKeyAuthwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○