Re: [Specifications] Adding already existing resources as collection members

Well, `DELETE`ing `/events/42` should remove that very resource, so further calls to that URL should end up with 4XX. Other thing is whether the `42` event should be removed from the events collection. That is up to the server as it knows whether the there actually is an `events` collection - it may be just a filtered view of some data.
As for adding - client still can `PUT` `/people/alice/events/42`, but this will require it to gain knowledge on how to create valid URL's

-- 
GitHub Notification of comment by alien-mcl
Please view or discuss this issue at https://github.com/HydraCG/Specifications/issues/134#issuecomment-323820878 using your GitHub account

Received on Monday, 21 August 2017 18:44:39 UTC