Modifying a Certificate
Function
This API is used to change the name or description of a certificate.
URI
Request
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| modify_key | Yes | String | Change key. The value can be CERT_NAME or DESCRIPTION.
|
| modify_value | Yes | String | Modification details.
|
Response
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| response_info | Yes | String | Request result. |
Examples
The following describes how to change the certificate name to sssaaaa.
- Example request
{ "modify_key":"CERT_NAME", "modify_value": "sssaaaa" } - Example response
{ "response_info":"success" }or
{ "error_code": "SCM.XXXX", "error_msg": "XXXX" }
Status Codes
For details about error code, see Error Code
Last Article: Querying Details of a Certificate
Next Article: Querying the Product Type of a Certificate
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.