API - add field options to getoptions metadata
[civicrm-core.git] / templates / CRM / Admin / Page / APIExplorer.js
index eaec241ac8a400ccdb6ec61952de90b0275b7971..b83eab833b4c8ecb35fc0b2398056127786096a8 100644 (file)
@@ -24,7 +24,7 @@
     NO_OPERATORS = ['create', 'update', 'delete', 'setvalue', 'getoptions', 'getactions', 'getfields'],
 
     // Actions that don't support multiple values
-    NO_MULTI = ['delete', 'getoptions', 'getactions', 'getfields'],
+    NO_MULTI = ['delete', 'getoptions', 'getactions', 'getfields', 'setvalue'],
 
     // Operators with special properties
     BOOL = ['IS NULL', 'IS NOT NULL'],