copied from RDACollectionsWG/rda_collections_api#4
@fbaumgardt says:
The spec describes a whole MemberItem as return value for a GET on properties. Is this desired? I could see this make sense on PUT or POST - receive the updated member - but for GET I would probably expect a single value (or object or array).
Thoughts?
@TobiasWeigel responds:
Yes, I agree that this is not consistent. Looking at the corresponding PUT I am also not sure whether the memberItem record even makes sense there. Wouldn't I just call PUT on one specific property, like ../properties/location? A PUT with the full MemberItem record would then only make sense for the root, /properties.
copied from RDACollectionsWG/rda_collections_api#4
@fbaumgardt says:
The spec describes a whole MemberItem as return value for a GET on properties. Is this desired? I could see this make sense on PUT or POST - receive the updated member - but for GET I would probably expect a single value (or object or array).
Thoughts?
@TobiasWeigel responds:
Yes, I agree that this is not consistent. Looking at the corresponding PUT I am also not sure whether the memberItem record even makes sense there. Wouldn't I just call PUT on one specific property, like ../properties/location? A PUT with the full MemberItem record would then only make sense for the root, /properties.