Modifying a Certificate

Function

This API is used to modify the name and description of a certificate.

URI

PUT /v1.0/{project_id}/elbaas/certificate/{certificate_id}

Table 1 Parameter description

Parameter

Mandatory

Type

Description

project_id

Yes

String

Specifies the project ID.

certificate_id

Yes

String

Specifies the certificate ID.

name

No

String

  • Specifies the certificate name.
  • The value can contain 0 to 64 characters that consist of letters, digits, underscores (_), and hyphens (-).

description

No

String

  • Provides supplementary information about the certificate.
  • The value contains a maximum of 128 characters and cannot contain angle brackets (< and >).

Request

Response

Status Code