Upsert a CA Certificate
Create or Update CA Certificate using ID.
Request body
Example request
{
"cert": "-----BEGIN CERTIFICATE-----\ncertificate-content\n-----END CERTIFICATE-----",
"cert_digest": "9b8aaf19a276885f6c8a6bc48a30700fdb3a351d8b05374d153bfb7b178e2a9f",
"created_at": 1706598432,
"id": "b2f34145-0343-41a4-9602-4c69dec2f260",
"tags": [
"trusted",
"api"
]
}Response
Successfully upserted CA Certificate
Example response
{
"cert": "-----BEGIN CERTIFICATE-----\ncertificate-content\n-----END CERTIFICATE-----",
"cert_digest": "9b8aaf19a276885f6c8a6bc48a30700fdb3a351d8b05374d153bfb7b178e2a9f",
"created_at": 1706598432,
"id": "b2f34145-0343-41a4-9602-4c69dec2f260",
"tags": [
"trusted",
"api"
]
}Changes
Changed in 4 of the 11 revisions of this API.6112
- ▲
the response property
tagsbecame nullable for the status200response-property-became-nullable
- ○
the request property
tagsbecame nullablerequest-property-became-nullable
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response property
created_atbecame nullable for the status200response-property-became-nullable
- ▲
the response property
updated_atbecame nullable for the status200response-property-became-nullable
- ○
the request optional property
created_atbecame not read-onlyrequest-optional-property-became-not-read-only
- ○
the request optional property
updated_atbecame not read-onlyrequest-optional-property-became-not-read-only
- ○
the request property
created_atbecame nullablerequest-property-became-nullable
- ○
the request property
updated_atbecame nullablerequest-property-became-nullable
- ○
the response optional property
created_atbecame not read-only for the status200response-optional-property-became-not-read-only
- ○
the response optional property
updated_atbecame not read-only for the status200response-optional-property-became-not-read-only
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the request property
certbecame requiredrequest-property-became-required
- ▲
the response property
cert_digestbecame nullable for the status200response-property-became-nullable
- ▲
the response property
idbecame nullable for the status200response-property-became-nullable
- ○
the request optional property
idbecame not read-onlyrequest-optional-property-became-not-read-only
- ○
the request property
cert_digestbecame nullablerequest-property-became-nullable
- ○
the request property
idbecame nullablerequest-property-became-nullable
- ○
the response optional property
idbecame not read-only for the status200response-optional-property-became-not-read-only
- ○
the response property
certbecame required for the status200response-property-became-required
This revision also has 81 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
deleted the
pathrequest parameterCACertificateIdrequest-parameter-removed
This revision also has 27 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
Of the 11 revisions, 1 has no diff computed.