v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBRoutes
Assets
Fields
Append Asset Dropdown Field Option(s)
Appends one or more options to a Dropdown custom field on assets. Existing options are preserved. Returns 409 if any incoming name duplicates an existing option or another name in the same request (comparison is case-insensitive and trimmed). To replace the entire list, use PUT instead.
post/v2/assets/fields/{fieldID}/options
Path parameters
fieldIDinteger required
The ID of the dropdown suggested field.
Request body
Response
Option(s) appended successfully. Returns the full updated options list. Existing options are preserved; only the new names are added.