v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBRoutes
Assets
Fields
Replace Asset Dropdown Field Options
Replaces the entire list of options for a Dropdown custom field on assets. 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/assets/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.