I have a resource to which I can assign permissions, I would like to be able to set global default permissions and then permissions for the individual resources
I'm thinking, individual resource endpoints will look like this: [VERB] /api/v1/resource/:id/permissions
default permissions that apply to all resources might look like this: [VERB] /api/v1/resource/permissions
Is it still RESTful or am I butchering this? Thanks!