From docs:
To configure the chaincode collections on the channel, specify the flag --collections-config along with the name of the collections JSON file,
Is it possible to update private data collection policy after instantiation of the channel? In my case I want to add a member or remove a member from policy for a particular private data collection.
Or if there is another approach, I would like hear it too.