0

Basically I have a request that accepts multiple values and I want to send multiple via the API for now using rest api explorer. The Software is a multiselect as shown.

enter image description here

enter image description here

1 Answers1

0

The fix for this ended up being turning the software request into an array by changing it to the following:

"software": [ "item1", "item2" ]
Király István
  • 599
  • 5
  • 24