Routes
Parts
Fields

Replace Part Dropdown Field Options

Replaces the entire list of options for a Dropdown custom field on parts. All existing options are discarded and replaced with the provided list. Returns 409 if the provided list contains duplicate names (case-insensitive). To append without replacing, use POST instead.

put/v2/parts/fields/{fieldID}/options

Path parameters

fieldIDinteger required

The ID of the dropdown suggested field.

Request body

Response

Options replaced successfully. The full new options list is returned.

Changes

No recorded changes to this endpoint across all 2 revisions of this API.