v1

latestOpenAPI 3.0.02026-07-24186151303.4 KB
Investors

Reorder Custom Field

Changes the position of a field in the investor field list. Provide either direction ("up"/"down") to move one step, or an explicit zero-based position.

patch/v1/investors/custom-fields/{fieldId}/reorder

Path parameters

fieldIdstring required

Request body

direction'up' | 'down'

Move the field one step in the field list. "up" moves it earlier, "down" moves it later. Provide either direction or position, not both.

positioninteger

Zero-based target index in the field list. Clamped to the list bounds. Provide either direction or position, not both.

Response

Custom field reordered successfully

successboolean required