# Patch a choice, currently only move is supported to merge two choices together Endpoint: PATCH /v1/lookupFields/{id}/choices/{choiceId} Version: 1.0 ## Path parameters: - `id` (integer, required) The ID of the lookup field - `choiceId` (integer, required) The choice to patch ## Request fields (application/json-patch+json): - `value` (object,null) - `path` (string,null) - `op` (string,null) - `from` (string,null)