/resources
will handle all itens in collection.
/resources/id
will handle a specific resource in collection.
How could I have a middle term?
What would be a good approach to handle more than one specific resource in an idempotent operation?
/resources/12,13,14
?
/resources/12+13+14
?
/resources/12&13&14
?