Hi How do I implement a resource so that it supports PUT for update but not creation? This particular resource should be created by POST and updated via PUT.
Do I throw a ResourceException from storeRepresentation? Best regards Richard Hoberman
Hi How do I implement a resource so that it supports PUT for update but not creation? This particular resource should be created by POST and updated via PUT.
Do I throw a ResourceException from storeRepresentation? Best regards Richard Hoberman