Update extra certificate
Add or update an extra certificate.
Path parameters
-
The extra certificate Id. For example,
star_my_domain_com
.
PUT /platform/configuration/security/extra_certs/{cert_id}
curl \
-X PUT https://{{hostname}}/api/v1/platform/configuration/security/extra_certs/{cert_id} \
-d '"string"'
Request examples
string
Response examples (200)
{}
Response examples (400)
# Headers
x-cloud-error-codes: cert.unknown_cert_algorithm
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}