Hi,
I was wondering if is it possible to assign multiple permission sets to a document using this request:
I did manage to assign one set as described in the example above. Didn't manage to assign 2 sets. My body syntax is incorrect?
I tried couple of examples :
{"permissions":["see"],"right_id":147783,"permissions":["see","see_contents"],"right_id":203487}
or
{"permissions":["see"],"right_id":147783,["see","see_contents"],"right_id":203487}
None of the above worked. Is it even possible?
Thanks.