Edit custom field value
POST https://www.digicert.com/services/v2/order/certificate/{{order_id}}/custom-field
Use this endpoint to edit the custom field value for an order. See the List custom fields endpoint for details about custom fields, including metadata IDs.
To edit the metadata for a custom field (such as the label, data type, and whether the field is required), use the Edit custom field endpoint.
Notice
An invalid_custom_field_value
is returned when the data type of the value does not match the data type allowed by the custom field.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
metadata_id | required | int | Specify the metadata ID of the custom field to update. |
value | required | string | New value for the custom field. |