Changing a streams ACL from the REST API

Hi,

I’m in the process of writing a user manager and client class for the client API. I was wondering whether there is a way to amend a streams ACL through the REST API and whether we want this exposed on the user manager class.

Any help appreciated.

Kind regards

Sean.

You can it’s the metadata rel link on the stream. I don’t think this is really needed though as it can be done more nicely right now with the client API. Doing so is pretty simple though if you wanted to not have any clientapi depends and still support the API if you look under http docs there is a doc showing it.