[Help API usage] Apply a Permission Template to a Group

To apply a Permission Template to a group (/api/permissions/add_group_to_template), it’s possible to pass more than one permission at a time, like that?
permission: ‘user,scan,codeviewer,issueadmin’

I’ve tried this but it not worked… :frowning:
Thanks

Hi,

The web services we expose are the ones we ourselves use to (among other things) build the interface. The parameter, permission has a singular name because it takes a singular argument… because in the interface you add group permissions by clicking checkboxes and you can’t (okay, at least I can’t) click two checkboxes at one time.

 
HTH,
Ann