v1

latestOpenAPI 3.0.12026-08-0621301.7 MB
ProductFields

Update a product field

Updates a product field. For more information, see the tutorial for <a href=" https://pipedrive.readme.io/docs/updating-custom-field-value " target="_blank" rel="noopener noreferrer">updating custom fields' values</a>.

put/productFields/{id}

Path parameters

idinteger required

The ID of the product field

Request body

namestring

The name of the field

optionsobject[]

When field_type is either set or enum, possible options on update must be supplied as an array of objects each containing id and label, for example: [{"id":1, "label":"red"},{"id":2, "label":"blue"},{"id":3, "label":"lilac"}]

Response

Get the data for a single product field

successboolean

If the response is successful or not