Hacker News new | ask | show | jobs
by pfraze 5155 days ago
Is it feasible to create subresources for each partial put? For instance, if the `/person/:id` resource has an address as part of the data, could you do PUT `/person/:id/address` to only overwrite the address?