Skip to main content

Edit custom field

PUT https://www.digicert.com/services/v2/account/metadata/{{metadata_id}}

Use this endpoint to edit the specified metadata for a custom order field. Use the List custom fields endpoint for details about custom fields, including metadata IDs.

To change the value of a custom field for a specific order, use the Edit custom field value endpoint.

Example requests and responses

Request parameters

Name

Req/Opt

Type

Description

label

required

string

Name of the custom order field. When you use the CertCentral console to request a certificate, this name appears above the custom field on the certificateorder form.

is_required

optional

bool

Specify if this should be a required field.

Default: false

is_active

optional

bool

Specify if the field is active.

Default: true

data_type

optional

string

Input type for the custom order field. If omitted or left blank, an input type of anything is used. See .Glossary – Custom order field input types

show_in_receipt

optional

bool

If true, DigiCert displays the custom field on order receipts. Otherwise, false (default).