I have a need to insert new select option into field but when i try to do it with node api i get.
Class {
error: 'INVALID_MULTIPLE_CHOICE_OPTIONS',
message: 'Insufficient permissions to create new select options',
statusCode: 422 }
I have admin permissions. Is there a way to insert array of new options into Multi select field ?