Can the CS REST API be used to change the permission on a node? I need to be able to programmatically allow a user to upload a file into a folder and then remove their ability to do anything else but read the file they just uploaded.
I assume I'd use a call to nodes using a PUT method. But variable/value would I need to grant and then remove the permissions?
Alternatively, I could add and remove the user from a group that has the write permissions. But again, probably a PUT on a Node, yes? And what variable/value achieves this?
Thanks,
Jeff